SiteBlocker: Easy Blocking and Scheduling Firefox

Examine source code of SiteBlocker: Easy Blocking and Scheduling

Inspect and view changes in SiteBlocker: Easy Blocking and Scheduling source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SiteBlocker — Block Distracting Websites",
  "version": "4.1.0",
  "manifest_version": 3,
  "description": "Block distracting websites and track your screen time. Focus timer, scheduled blocking, browsing insights. Privacy-first.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "siteBlocker.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "contextMenus",
    "alarms"
  ],
  "host_permissions": [
    "*://*.siteblocker.app/",
    "https://vcsepqcovzfybflbvsar.supabase.co/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "assets/*",
        "theme-init.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@siteblocker.app"
    }
  }
}

Best SiteBlocker: Easy Blocking and Scheduling Alternatives

Here are some Firefox add-ons that are similar to SiteBlocker: Easy Blocking and Scheduling: