summaryrefslogtreecommitdiff
path: root/data/extensions/rsf@0xbeef.coffee/manifest.json
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-09-01 16:42:12 -0400
committerRuben Rodriguez <ruben@gnu.org>2017-09-01 16:42:12 -0400
commit43d2827eeedaf72acbe8eb4c0853eaae272c49f7 (patch)
tree2bbc6ddf438d900230fe760209dab8b29a09b8dd /data/extensions/rsf@0xbeef.coffee/manifest.json
parent25e19003125673213cbfa15a3adb04b7c6371c4d (diff)
Added extension collection https://addons.mozilla.org/en-US/firefox/collections/NateN1222/librejs-compatibility-add-ons/
Diffstat (limited to 'data/extensions/rsf@0xbeef.coffee/manifest.json')
-rw-r--r--data/extensions/rsf@0xbeef.coffee/manifest.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/extensions/rsf@0xbeef.coffee/manifest.json b/data/extensions/rsf@0xbeef.coffee/manifest.json
new file mode 100644
index 0000000..d77f705
--- /dev/null
+++ b/data/extensions/rsf@0xbeef.coffee/manifest.json
@@ -0,0 +1,28 @@
+{
+ "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"
+ ]
+ }
+ ]
+}