Web Blocker

Web Blocker

Web Blocker blocks access to any websites that you specific to improve your productivity.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Web Blocker",
  "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {}
}