Focus Mode Firefox

Examine source code of Focus Mode

Inspect and view changes in Focus Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Mode",
  "version": "1.0.0",
  "description": "Block distracting websites and manage focus sessions in a dynamic prism-grid layout.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Focus Mode"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f694ca81-1d3b-4cb8-abe8-c6e62784381c}"
    }
  }
}

Best Focus Mode Alternatives

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