WebBlock

WebBlock

Block distracting websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WebBlock",
  "version": "3.1.5",
  "description": "Block distracting websites",
  "icons": {
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_icon": {},
    "default_title": "WebBlock",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "minimum_chrome_version": "92",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ]
}