forked from andy-portmen/tor-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (53 loc) · 1.27 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Tor Control (anonymity layer)",
"short_name": "itbrowser",
"description": "Brings the anonymity of the Tor network and modifies few settings to protect user privacy",
"author": "Jeremy Schomery, Andy Portmen",
"version": "0.1.2",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"proxy",
"privacy",
"webRequest",
"downloads",
"management",
"notifications",
"nativeMessaging",
"https://api.github.com/repos/andy-portmen/native-client/releases/latest"
],
"background": {
"scripts": [
"EventEmitter.js",
"tor.js",
"proxy.js",
"privacy.js",
"ui.js",
"common.js"
]
},
"browser_action": {
"default_icon": {
"16": "data/icons/16.png",
"32": "data/icons/32.png"
},
"default_popup": "data/popup/index.html"
},
"homepage_url": "http://add0n.com/tor-control.html",
"icons": {
"16": "data/icons/16.png",
"48": "data/icons/48.png",
"128": "data/icons/128.png"
},
"options_ui": {
"page": "data/options/index.html",
"chrome_style": true
},
"applications": {
"gecko": {
"id": "{d22a1484-dcef-44e9-ab52-80f0f4a331a3}",
"strict_min_version": "57.0"
}
}
}