From 229240370f009a7ba1dc31f57bcfcbd2cf785d0a Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 25 Feb 2018 20:04:31 -0500 Subject: Updated extensions - HTTPS Everywhere updated to 2018.1.11 - "goteo.org payments with free JS" updated to 1.1 - "LibreJS compatible Pay.gov" updated to 1.3 - "Reveal hidden HTML" updated to 1.6 - Enabled WebRTC, but prevent leaking the LAN ip. --- data/extensions/goteo@0xbeef.coffee/manifest.json | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/extensions/goteo@0xbeef.coffee/manifest.json (limited to 'data/extensions/goteo@0xbeef.coffee/manifest.json') 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" + ] + } + ] +} -- cgit v1.2.3