diff options
author | Clément Lassieur <clement@lassieur.org> | 2023-11-09 14:15:44 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-12-30 09:24:46 -0500 |
commit | ba0d2ab758143b9fe2ca14f6eed07d9a6a350c2b (patch) | |
tree | 0ecd8a30389110b49a8a1c1513332dbacfcb46f9 /data/extensions/https-everywhere@eff.org/manifest.json | |
parent | f889514426e512e5602c71e1b411ae0332a33366 (diff) |
Migrate from HTTPS-Everywhere to Icecat's own HTTPS-Only Mode.
See <https://www.eff.org/https-everywhere>.
Modified-By: Mark H Weaver <mhw@netris.org>.
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/manifest.json')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/manifest.json | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/data/extensions/https-everywhere@eff.org/manifest.json b/data/extensions/https-everywhere@eff.org/manifest.json deleted file mode 100644 index 9f5e226..0000000 --- a/data/extensions/https-everywhere@eff.org/manifest.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "applications": { - "gecko": { - "id": "https-everywhere@eff.org" - } - }, - "author": "extension-devs@eff.org", - "background": { - "scripts": [ - "background-scripts/bootstrap.js", - "background-scripts/util.js", - "wasm/https_everywhere_lib_wasm.js", - "background-scripts/wasm.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/ip_utils.js", - "background-scripts/modules/ssl_codes.js", - "background-scripts/background.js" - ] - }, - "browser_action": { - "default_icon": { - "38": "images/icons/icon-active-38.png" - }, - "default_popup": "pages/popup/index.html", - "default_title": "__MSG_about_ext_name__" - }, - "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", - "default_locale": "en", - "description": "__MSG_about_ext_description__", - "homepage_url": "https://www.eff.org/https-everywhere", - "icons": { - "128": "images/icons/icon-active-128.png", - "48": "images/icons/icon-active-48.png" - }, - "manifest_version": 2, - "minimum_chrome_version": "55", - "name": "__MSG_about_ext_name__", - "options_ui": { - "open_in_tab": true, - "page": "pages/options/index.html" - }, - "permissions": [ - "webNavigation", - "webRequest", - "webRequestBlocking", - "tabs", - "cookies", - "storage", - "*://*/*", - "ftp://*/*" - ], - "version": "2021.7.13", - "web_accessible_resources": [ - "/pages/cancel/index.html" - ] -}
\ No newline at end of file |