Half-Screen Focus Firefox

Examine source code of Half-Screen Focus

By: aniket
Inspect and view changes in Half-Screen Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Half-Screen Focus",
  "version": "1.0",
  "description": "Reduces compulsive browsing by applying visual friction after a time limit.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Half-Screen Focus Settings"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "half-screen-focus@antigravity.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Half-Screen Focus Alternatives

Here are some Firefox add-ons that are similar to Half-Screen Focus: