Simple Website Blocker

Simple Website Blocker

Easily block an unlimited number of websites using this free browser extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Easily block an unlimited number of websites using this free browser extension.",
  "version": "1.1.6",
  "manifest_version": 3,
  "name": "Simple Website Blocker",
  "author": "George Church",
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "options_page": "options.html",
  "permissions": [
    "declarativeNetRequest",
    "storage"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}