diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-09-01 16:42:12 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-09-01 16:42:12 -0400 |
commit | 43d2827eeedaf72acbe8eb4c0853eaae272c49f7 (patch) | |
tree | 2bbc6ddf438d900230fe760209dab8b29a09b8dd /data/extensions/DMCAreg@0xbeef.coffee/manifest.json | |
parent | 25e19003125673213cbfa15a3adb04b7c6371c4d (diff) |
Added extension collection https://addons.mozilla.org/en-US/firefox/collections/NateN1222/librejs-compatibility-add-ons/
Diffstat (limited to 'data/extensions/DMCAreg@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/DMCAreg@0xbeef.coffee/manifest.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/extensions/DMCAreg@0xbeef.coffee/manifest.json b/data/extensions/DMCAreg@0xbeef.coffee/manifest.json new file mode 100644 index 0000000..0e1b4d9 --- /dev/null +++ b/data/extensions/DMCAreg@0xbeef.coffee/manifest.json @@ -0,0 +1,32 @@ +{ + "manifest_version": 2, + "name": "LibreJS compatible Pay.gov", + "version": "1.0", + "author": "Nathan Nichols", + "id": "DMCAreg@0xbeef.coffee", + "description": "Allows LibreJS users to register DMCA claim contacts at the DMCA registry.", + "icons": { + "16": "icons/L4Libre.png", + "48": "icons/L4Libre48.png", + "128": "icons/L4Libre128.png" + }, + "applications": { + "gecko": { + "id": "DMCAreg@0xbeef.coffee", + "strict_min_version": "42.0" + } + }, + "permissions": [ + "webRequest" + ], + "content_scripts": [ + { + "matches": [ + "https://www.pay.gov/tcsonline/*" + ], + "js": [ + "pay.js" + ] + } + ] +} |