summaryrefslogtreecommitdiff
path: root/data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json')
-rw-r--r--data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json b/data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json
deleted file mode 100644
index 1e9d5dd..0000000
--- a/data/extensions/gnuzilla-ext-workarounds@gnu.org/manifest.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Workarounds for nonfree JS",
- "version": "1.0",
- "author": "Nathan Nichols",
- "description": "A collection of work-around scripts for a few different websites that are impossible to use without non-free JavaScript.",
- "icons": {
- "16": "icons/L4Libre.png",
- "48": "icons/L4Libre48.png",
- "128": "icons/L4Libre128.png"
- },
- "browser_action": {
- "default_icon": "icons/test.png",
- "default_title": "Launch USPS tools"
- },
- "applications": {
- "gecko": {
- "id": "gnuzilla-ext-workarounds@gnu.org",
- "strict_min_version": "42.0"
- }
- },
- "background":{
- "scripts": ["background.js"]
- },
- "content_scripts": [
- {
- "matches": [
- "*://*.wayport.net/*",
- "https://www.sumofus.org/*",
- "https://www.sumofus.org/campaigns/*",
- "*://*.actions.sumofus.org/a/*",
- "*://*.actions.sumofus.org/api/pages/*/actions",
- "*://*.actions.sumofus.org/*",
- "https://*.pay.gov/*",
- "https://dmca.copyright.gov/*",
- "*://rsf.org/*",
- "*://rsf.secure.force.com/*",
- "*://docs.google.com/*",
- "*://login-mcd-cluster.prd.snantx.attwifi.com/guest/*",
- "https://pgw.ceca.es/cgi-bin/tpv",
- "https://pgw.ceca.es/tpvweb/tpv/compra.action",
- "*://*.goteo.org/*",
- "*://*.sermepa.es/*"
- ],
- "js": [
- "workaround/mcdonalds_wifi.js",
- "workaround/sumofus_main.js",
- "workaround/paygov_main.js",
- "workaround/rsf_main.js",
- "workaround/googledocs_main.js",
- "workaround/goteo_main.js"
- ]
- }
- ],
- "permissions":[
- "*://reg.usps.com/*",
- "*://production.shippingapis.com/*",
- "webRequestBlocking",
- "*://*.sumofus.org/*",
- "*://*.actions.sumofus.org/*",
- "webRequest",
- "*://*.pay.gov/*"
- ]
-}