Block Site: Site Blocker & Focus Mode

Block Site: Site Blocker & Focus Mode

Block sites, protect your time with site blocker! Website blocker and password protection help you stay focused.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.4",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "popup.html",
        "blockPage.html",
        "styles/main.css",
        "js/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "Block Sites",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "unlimitedStorage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}