BlockSite: Block Websites & Stay Focused

BlockSite: Block Websites & Stay Focused

Stay focused and improve productivity with our key features: Custom blocklist, Scheduled site blocking and Password protection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/images/icon16.png",
    "32": "public/images/icon32.png",
    "48": "public/images/icon48.png",
    "128": "public/images/icon128.png"
  },
  "declarative_net_request": {
    "rule_resources": []
  },
  "action": {
    "default_icon": {
      "16": "public/images/icon16.png",
      "32": "public/images/icon32.png"
    },
    "default_popup": "public/popup.html"
  },
  "permissions": [
    "tabs",
    "declarativeNetRequest",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "notifications",
    "webRequest",
    "webNavigation",
    "cookies",
    "scripting",
    "alarms",
    "idle"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "6.5.7",
  "web_accessible_resources": [
    {
      "resources": [
        "public/*",
        "public/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "incognito": "spanning",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "checkPageManual.js",
        "overlays.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://*.blocksite.co/*"
    ]
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgFmSjU432CjKYI/w7UA8f6O2Z5TKhwccXRJd0EnDRwoGgi0wJqYkA++jqIMXHQMvqoZ1RC60H1woIYA8VY8O8Z3rIW5zmtE03YRVTI2VQYGDz1rK26ZKkS6Kg5u3eyre+bA7KWbesOWXDrZQ8NcczSgXtZJm8Oyj6vb95F4QaXwIDAQAB"
}