Focus Mode Firefox

Examine source code of Focus Mode

By: by88
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",
  "description": "Enables focus mode by hiding distractions on webpages.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle Focus Mode"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "focus_mode.js"
      ],
      "css": [
        "focus_mode.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4443b107-b8b1-4d34-8427-3444160cd349}"
    }
  }
}

Best Focus Mode Alternatives

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