diff options
author | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:18:54 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:18:54 -0400 |
commit | 5da28b0f8771834ae208d61431d632875e9f8e7d (patch) | |
tree | 688ecaff26197bad8abde617b4947b11d617309e /data/extensions/https-everywhere@eff.org/manifest.json | |
parent | 4a87716686104266a9cccc2d83cc249e312f3673 (diff) |
Updated extensions:
* Upgraded Privacy Redirect to 1.1.49 and configured to use the 10 most reliable invidious instances
* Removed ViewTube
* Added torproxy@icecat.gnu based on 'Proxy toggle' extension
* Added jShelter 0.11.1
* Upgraded LibreJS to 7.21.0
* Upgraded HTTPS Everywhere to 2021.7.13
* Upgraded SubmitMe to 1.9
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/manifest.json')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/manifest.json | 115 |
1 files changed, 58 insertions, 57 deletions
diff --git a/data/extensions/https-everywhere@eff.org/manifest.json b/data/extensions/https-everywhere@eff.org/manifest.json index c089d31..9f5e226 100644 --- a/data/extensions/https-everywhere@eff.org/manifest.json +++ b/data/extensions/https-everywhere@eff.org/manifest.json @@ -1,60 +1,61 @@ { - "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/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" - }, - "incognito": "spanning", - "manifest_version": 2, - "minimum_chrome_version": "55", - "name": "__MSG_about_ext_name__", - "options_ui": { - "page": "pages/options/index.html" - }, - "permissions": [ - "webNavigation", - "webRequest", - "webRequestBlocking", - "tabs", - "cookies", - "storage", - "*://*/*", - "ftp://*/*" - ], - "version": "2020.3.16", - "web_accessible_resources": [ - "/pages/cancel/index.html" + "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 |