Het Zinkstuk | Affiliate

Het Zinkstuk | Affiliate

Get a notification when you visit a website that is an affiliate of Het Zinkstuk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "author": "USZ&WF Het Zinkstuk",
  "manifest_version": 2,
  "default_locale": "en",
  "options_page": "views/options.html",
  "version": "2.0.1resigned1",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.hetzinkstuk.nl/*"
      ],
      "js": [
        "javascript/contentScript.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "webNavigation",
    "https://*.hetzinkstuk.nl/*"
  ],
  "page_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "homepage_url": "https://www.hetzinkstuk.nl/association/affiliates",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{56238a79-5bf5-46d3-953f-d6effbe43277}"
    }
  }
}