Nomoresurf: Productivity Website Blocker

Nomoresurf: Productivity Website Blocker

Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nomoresurf: Productivity Website Blocker",
  "version": "1.4.2",
  "description": "Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web.",
  "options_page": "options.html",
  "background": {
    "service_worker": "./public/js/background.min.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://*/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./public/images/nomoresurf_16.png",
      "32": "./public/images/nomoresurf_32.png",
      "48": "./public/images/nomoresurf_48.png",
      "128": "./public/images/nomoresurf_128.png"
    }
  },
  "icons": {
    "16": "./public/images/nomoresurf_16.png",
    "32": "./public/images/nomoresurf_32.png",
    "48": "./public/images/nomoresurf_48.png",
    "128": "./public/images/nomoresurf_128.png"
  }
}