diff options
Diffstat (limited to 'data/extensions/rsf@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/rsf@0xbeef.coffee/manifest.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/data/extensions/rsf@0xbeef.coffee/manifest.json b/data/extensions/rsf@0xbeef.coffee/manifest.json deleted file mode 100644 index d77f705..0000000 --- a/data/extensions/rsf@0xbeef.coffee/manifest.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "manifest_version": 2, - "name": "Sign RSF.org petitions with free Javascript", - "version": "1.1", - "author": "Nathan Nichols", - "id": "rsf@0xbeef.coffee", - "description": "Allows you to sign rsf.org petitions with free Javascript.", - "icons": { - "128": "icons/L4Libre128.png" - }, - "applications": { - "gecko": { - "id": "rsf@0xbeef.coffee", - "strict_min_version": "42.0" - } - }, - "content_scripts": [ - { - "matches": [ - "*://rsf.org/*", - "*://rsf.secure.force.com/*" - ], - "js": [ - "rsf.js" - ] - } - ] -} |