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.2.0",
  "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": "spanning",
  "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": {
    "scripts": [
      "js/background/index.js"
    ]
  },
  "permissions": [
    "alarms",
    "activeTab",
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32aadd9f-ebce-40df-9ab3-09b60781fed0}",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  }
}