diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2018-02-25 20:04:31 -0500 |
commit | 229240370f009a7ba1dc31f57bcfcbd2cf785d0a (patch) | |
tree | defa51219f44d19451bbcfd1e8298eadb1e3f4b7 /data/extensions/https-everywhere@eff.org/manifest.json | |
parent | f2a3be07039056c76e3ca4e6040ec900ba64f376 (diff) |
Updated extensions
- HTTPS Everywhere updated to 2018.1.11
- "goteo.org payments with free JS" updated to 1.1
- "LibreJS compatible Pay.gov" updated to 1.3
- "Reveal hidden HTML" updated to 1.6
- Enabled WebRTC, but prevent leaking the LAN ip.
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/manifest.json')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/manifest.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/extensions/https-everywhere@eff.org/manifest.json b/data/extensions/https-everywhere@eff.org/manifest.json new file mode 100644 index 0000000..ed77aa0 --- /dev/null +++ b/data/extensions/https-everywhere@eff.org/manifest.json @@ -0,0 +1,50 @@ +{ + "applications": { + "gecko": { + "id": "https-everywhere@eff.org" + } + }, + "author": "extension-devs@eff.org", + "background": { + "scripts": [ + "bootstrap.js", + "util.js", + "rules.js", + "store.js", + "incognito.js", + "background.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": "55", + "name": "__MSG_about_ext_name__", + "options_ui": { + "page": "options.html" + }, + "permissions": [ + "webNavigation", + "webRequest", + "webRequestBlocking", + "tabs", + "cookies", + "storage", + "*://*/*" + ], + "version": "2018.1.29" +}
\ No newline at end of file |