forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
43 lines (43 loc) · 1.1 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
{
"author": {
"email": "[email protected]"
},
"background": {
"scripts": [
"rules.js",
"storage.js",
"util.js",
"background.js",
"incognito-cache-clearing.js"
]
},
"browser_action": {
"default_icon": {
"38": "icons/icon-active-38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_about_ext_name__"
},
"default_locale": "en",
"description": "__MSG_about_ext_description__",
"devtools_page": "devtools.html",
"homepage_url": "https://www.eff.org/https-everywhere",
"icons": {
"128": "icons/icon-active-128.png",
"48": "icons/icon-active-48.png"
},
"incognito": "spanning",
"manifest_version": 2,
"minimum_chrome_version": "45",
"name": "__MSG_about_ext_name__",
"permissions": [
"webNavigation",
"webRequest",
"webRequestBlocking",
"tabs",
"cookies",
"storage",
"<all_urls>"
],
"version": "2017.5.8"
}