Belate Online Form

Belate Online Form

www.belate.be's script

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Belate Online Form",
  "version": "1.9.3.1",
  "description": "www.belate.be's script",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "management",
    "tabs",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.belate.be/data*",
        "http://192.168.1.60/Belate/*",
        "http://www.b-rail.be/*",
        "http://192.168.1.67:8282/*",
        "https://www.thalys.com/*"
      ],
      "js": [
        "myscript.js"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "icons": {
    "48": "images/belate48.png"
  }
}