TabFence: Time Based Site Blocker Firefox

Examine source code of TabFence: Time Based Site Blocker

Inspect and view changes in TabFence: Time Based Site Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabFence: Time-Based Site Blocker",
  "version": "2.0.0",
  "description": "Time-based site blocker for deep work and focus — block distracting websites during your focus hours",
  "icons": {
    "48": "assets/app-icon-48.png",
    "96": "assets/app-icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "deepfocus@kuduzkunduz.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'; object-src 'self'"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "TabFence",
    "default_icon": "assets/app-icon-48.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html",
        "blocked.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best TabFence: Time Based Site Blocker Alternatives

Here are some Firefox add-ons that are similar to TabFence: Time Based Site Blocker: