Goteo.org payments w/ free JS

Goteo.org payments w/ free JS

Fixes Goteo payments when running LibreJS. Goteo.org has made their scripts available under free licenses, but their payments are handled by a different company that uses non-free Javascript. This add-on replaces their non-free scripts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Goteo.org payments with free JS",
  "version": "1.2resigned1",
  "author": "Nathan Nichols",
  "id": "[email protected]",
  "description": "Fixes Goteo payments while running LibreJS",
  "icons": {
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "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"
      ]
    }
  ]
}