UWvoordeelpas Spaarhulp

UWvoordeelpas Spaarhulp

UWvoordeelpas Spaarhulp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "UWvoordeelpas Spaarhulp",
  "manifest_version": 2,
  "name": "UWvoordeelpas Spaarhulp",
  "version": "1.3",
  "homepage_url": "https://www.uwvoordeelpas.nl",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "https://www.uwvoordeelpas.nl/*"
  ],
  "browser_action": {
    "default_title": "UWvoordeelpas Spaarhulp"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "js/init.js"
      ]
    }
  ]
}