FocusShield - Website Blocker Firefox

Examine source code of FocusShield - Website Blocker

By: OmorDev Add-on
Inspect and view changes in FocusShield - Website Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FocusShield - Website Blocker",
  "version": "1.0.0",
  "description": "Ultra-lightweight, password-protected website blocker optimized for Mozilla Firefox.",
  "author": "Muhammed Omor",
  "browser_specific_settings": {
    "gecko": {
      "id": "focus-shield-blocker@example.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best FocusShield - Website Blocker Alternatives

Here are some Firefox add-ons that are similar to FocusShield - Website Blocker: