summaryrefslogtreecommitdiff
path: root/data/extensions/LCSP@0xbeef.coffee/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/LCSP@0xbeef.coffee/manifest.json')
-rw-r--r--data/extensions/LCSP@0xbeef.coffee/manifest.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/data/extensions/LCSP@0xbeef.coffee/manifest.json b/data/extensions/LCSP@0xbeef.coffee/manifest.json
deleted file mode 100644
index 4789180..0000000
--- a/data/extensions/LCSP@0xbeef.coffee/manifest.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Free Salsalabs Petitions",
- "version": "1.3",
- "author": "Nathan Nichols",
- "id": "LCSP@0xbeef.coffee",
- "description": "Free Javascript for submitting Salsalabs petitions.",
- "icons": {
- "16": "icons/I16.png",
- "48": "icons/I48.png",
- "128": "icons/I128.png"
- },
- "applications": {
- "gecko": {
- "id": "LCSP@0xbeef.coffee",
- "strict_min_version": "42.0"
- }
- },
- "permissions": [
- "webRequest"
- ],
- "content_scripts": [
- {
- "matches": [
- "*://actionnetwork.org/letters/*",
- "*://dailykos.org/*",
- "*://act.rootsaction.org/*",
- "*://rootscation.org/*",
- "*://*.salsalabs.org/*"
- ],
- "js": [
- "main.js"
- ]
- }
- ]
-}
-
-