Site Blocker

Site Blocker

Block access to any site on your device

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "Block access to any site on your device",
  "version": "1.4",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "extension/128x128.png",
    "default_popup": "action_page/action_page.html",
    "default_title": "Host Blacklist"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "bin/indulgencies.js"
      ]
    }
  ],
  "icons": {
    "128": "extension/128x128.png"
  },
  "background": {
    "scripts": [
      "src/cocketi_ng.js",
      "util/stare_e.js"
    ]
  }
}