Site Blocker

Site Blocker

Block a site page or site to focus on your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.3",
  "default_locale": "en",
  "description": "Block a site page or site to focus on your work.",
  "permissions": [
    "declarativeContent",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "page": "galmager.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/scripts/cash.min.js",
        "assets/scripts/caver_stona.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "silok.html",
    "default_icon": {
      "128": "/assets/media/hararat.png"
    }
  },
  "options_page": "pistoria.html",
  "icons": {
    "32": "/assets/media/ancher.png",
    "128": "/assets/media/hararat.png"
  },
  "manifest_version": 2
}