Privacy Focused Site Blocker (by Avrodh.com)

Privacy Focused Site Blocker (by Avrodh.com)

Site blocker with a focus on privacy. Block unlimited websites with schedules, password protection, and custom blocked pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "4.0.2",
  "default_locale": "en",
  "name": "__MSG_extName_site_blocker__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription_block_distracting_website__",
  "homepage_url": "https://avrodh.com",
  "minimum_chrome_version": "103",
  "incognito": "split",
  "action": {
    "default_icon": "assets/icon32.png",
    "default_title": "__MSG_extActionTitle__",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "main.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "64": "assets/icon64.png",
    "96": "assets/icon96.png",
    "128": "assets/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "blocked.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background/index.js"
  },
  "permissions": [
    "alarms",
    "activeTab",
    "declarativeNetRequestWithHostAccess",
    "storage",
    "browsingData"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}