diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/manifest.json')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/manifest.json | 77 |
1 files changed, 42 insertions, 35 deletions
diff --git a/data/extensions/https-everywhere@eff.org/manifest.json b/data/extensions/https-everywhere@eff.org/manifest.json index ed77aa0..f48f5a2 100644 --- a/data/extensions/https-everywhere@eff.org/manifest.json +++ b/data/extensions/https-everywhere@eff.org/manifest.json @@ -3,48 +3,55 @@ "gecko": { "id": "https-everywhere@eff.org" } - }, - "author": "extension-devs@eff.org", + }, + "author": "extension-devs@eff.org", "background": { "scripts": [ - "bootstrap.js", - "util.js", - "rules.js", - "store.js", - "incognito.js", - "background.js" + "background-scripts/bootstrap.js", + "background-scripts/util.js", + "background-scripts/update_channels.js", + "background-scripts/update.js", + "background-scripts/rules.js", + "background-scripts/store.js", + "external/pako-1.0.5/pako_inflate.min.js", + "background-scripts/incognito.js", + "background-scripts/background.js" ] - }, + }, "browser_action": { "default_icon": { - "38": "icons/icon-active-38.png" - }, - "default_popup": "popup.html", + "38": "images/icons/icon-active-38.png" + }, + "default_popup": "pages/popup/index.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", + }, + "default_locale": "en", + "description": "__MSG_about_ext_description__", + "devtools_page": "pages/devtools/index.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": "55", - "name": "__MSG_about_ext_name__", + "128": "images/icons/icon-active-128.png", + "48": "images/icons/icon-active-48.png" + }, + "incognito": "spanning", + "manifest_version": 2, + "minimum_chrome_version": "55", + "name": "__MSG_about_ext_name__", "options_ui": { - "page": "options.html" - }, + "page": "pages/options/index.html" + }, "permissions": [ - "webNavigation", - "webRequest", - "webRequestBlocking", - "tabs", - "cookies", - "storage", - "*://*/*" - ], - "version": "2018.1.29" + "webNavigation", + "webRequest", + "webRequestBlocking", + "tabs", + "cookies", + "storage", + "*://*/*", + "ftp://*/*" + ], + "version": "2018.8.22", + "web_accessible_resources": [ + "/pages/cancel/index.html" + ] }
\ No newline at end of file |