diff options
Diffstat (limited to 'data/extensions/goteo@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/goteo@0xbeef.coffee/manifest.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/extensions/goteo@0xbeef.coffee/manifest.json b/data/extensions/goteo@0xbeef.coffee/manifest.json new file mode 100644 index 0000000..84c6927 --- /dev/null +++ b/data/extensions/goteo@0xbeef.coffee/manifest.json @@ -0,0 +1,29 @@ +{ + "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" + ] + } + ] +} |