Focused Firefox

Examine source code of Focused

Inspect and view changes in Focused source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "Focused",
  "version": "1.0",
  "description": "Prevents mindless scrolling by blocking addicting features and websites",
  "icons": {
    "48": "icons/extension_icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "blocked.js",
        "instagram.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "ana.chisluca.code@gmail.com"
    }
  }
}

Best Focused Alternatives

Here are some Firefox add-ons that are similar to Focused: