diff options
Diffstat (limited to 'data/extensions/DMCAreg@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/DMCAreg@0xbeef.coffee/manifest.json | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/data/extensions/DMCAreg@0xbeef.coffee/manifest.json b/data/extensions/DMCAreg@0xbeef.coffee/manifest.json deleted file mode 100644 index b517556..0000000 --- a/data/extensions/DMCAreg@0xbeef.coffee/manifest.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "manifest_version": 2, - "name": "LibreJS compatible Pay.gov", - "version": "1.2", - "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", - "webRequestBlocking" - ], - "background": { - "scripts": ["blockjs1.js"] - }, - - "content_scripts": [ - { - "matches": [ - "https://www.pay.gov/tcsonline/*", - "https://dmca.copyright.gov/*" - ], - "js": [ - "pay.js" - ] - } - ] -} |