Focus Tab Lock Firefox

Examine source code of Focus Tab Lock

Inspect and view changes in Focus Tab Lock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Lock",
  "version": "1.0",
  "description": "Lock yourself into one tab for a set amount of time.",
  "browser_specific_settings": {
    "gecko": {
      "id": "focus-lock@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "notifications",
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Focus Lock"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "128": "icon.png"
  }
}

Best Focus Tab Lock Alternatives

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