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/DMCAreg@0xbeef.coffee/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/DMCAreg@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/DMCAreg@0xbeef.coffee/manifest.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/data/extensions/DMCAreg@0xbeef.coffee/manifest.json b/data/extensions/DMCAreg@0xbeef.coffee/manifest.json index 0e1b4d9..2a29acb 100644 --- a/data/extensions/DMCAreg@0xbeef.coffee/manifest.json +++ b/data/extensions/DMCAreg@0xbeef.coffee/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LibreJS compatible Pay.gov", - "version": "1.0", + "version": "1.3", "author": "Nathan Nichols", "id": "DMCAreg@0xbeef.coffee", "description": "Allows LibreJS users to register DMCA claim contacts at the DMCA registry.", @@ -16,13 +16,20 @@ "strict_min_version": "42.0" } }, + "permissions": [ - "webRequest" + "webRequest", + "webRequestBlocking" ], + "background": { + "scripts": ["blockjs1.js"] + }, + "content_scripts": [ { "matches": [ - "https://www.pay.gov/tcsonline/*" + "https://www.pay.gov/tcsonline/*", + "https://dmca.copyright.gov/*" ], "js": [ "pay.js" |