FocusFlow Firefox

Examine source code of FocusFlow

Inspect and view changes in FocusFlow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FocusFlow",
  "version": "0.5",
  "description": "Stay focused, get into flow state, finish your work.",
  "permissions": [
    "activeTab",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/focus-48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focusflow@0xSingletOnly.github.io"
    }
  }
}

Best FocusFlow Alternatives

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