Examine source code of BlockSite

Inspect and view changes in BlockSite 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,
  "name": "BlockSite",
  "description": "A password-protected and customizable website blocker.",
  "version": "1.0.4",
  "icons": {
    "100": "src/logo_128.png"
  },
  "background": {
    "service_worker": "services/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": "src/logo_128.png",
    "default_popup": "index.html",
    "default_title": "BlockSite"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}