Focus 15 Firefox

Examine source code of Focus 15

Inspect and view changes in Focus 15 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Focus 15",
  "version": "1.0.0",
  "description": "Block distracting sites after 15 minutes per day.",
  "browser_specific_settings": {
    "gecko": {
      "id": "focus15@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Focus 15",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "blocked.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Focus 15 Alternatives

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