Examine source code of BlockSite: Block Websites & Stay Focused

Inspect and view changes in BlockSite: Block Websites & Stay Focused source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "description": "Blocksite is an app and website blocker used by over 5 million people worldwide",
  "name": "BlockSite: Block Websites & Stay Focused",
  "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": "3.8.17.1256",
  "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/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}