HK Katblocker

HK Katblocker

SLUK FOR KATTEN - Og tag det næste skridt i dit arbejdsliv.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HK Katblocker",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "SLUK FOR KATTEN - Og tag det næste skridt i dit arbejdsliv.",
  "homepage_url": "https://www.hk.dk/",
  "background": {
    "scripts": [
      "background.js",
      "reload.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "HK KatBlocker"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "vendor/jquery.min.js",
        "vendor/lodash.min.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ]
}