summaryrefslogtreecommitdiff
path: root/data/extensions/goteo@0xbeef.coffee/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/goteo@0xbeef.coffee/manifest.json')
-rw-r--r--data/extensions/goteo@0xbeef.coffee/manifest.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/extensions/goteo@0xbeef.coffee/manifest.json b/data/extensions/goteo@0xbeef.coffee/manifest.json
deleted file mode 100644
index 84c6927..0000000
--- a/data/extensions/goteo@0xbeef.coffee/manifest.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Goteo.org payments with free JS",
- "version": "1.1",
- "author": "Nathan Nichols",
- "id": "goteo@0xbeef.coffee",
- "description": "Fixes Goteo payments while running LibreJS",
- "icons": {
- "128": "icons/icon128.png"
- },
- "applications": {
- "gecko": {
- "id": "goteo@0xbeef.coffee",
- "strict_min_version": "42.0"
- }
- },
- "content_scripts": [
- {
- "matches": [
- "https://pgw.ceca.es/cgi-bin/tpv",
- "https://pgw.ceca.es/tpvweb/tpv/compra.action",
- "*://*.goteo.org/*"
- ],
- "js": [
- "goteo.js"
- ]
- }
- ]
-}