From 43d2827eeedaf72acbe8eb4c0853eaae272c49f7 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 1 Sep 2017 16:42:12 -0400 Subject: Added extension collection https://addons.mozilla.org/en-US/firefox/collections/NateN1222/librejs-compatibility-add-ons/ --- .../extensions/DMCAreg@0xbeef.coffee/manifest.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/extensions/DMCAreg@0xbeef.coffee/manifest.json (limited to 'data/extensions/DMCAreg@0xbeef.coffee/manifest.json') 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" + ] + } + ] +} -- cgit v1.2.3