BrowserFlow Focus Timer Firefox

Examine source code of BrowserFlow Focus Timer

By: Betso88
Inspect and view changes in BrowserFlow Focus Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BrowserFlow Focus Timer",
  "version": "1.0.0",
  "description": "A productivity timer that helps you stay focused while browsing with customizable work and break intervals",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "BrowserFlow Focus Timer",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "timer-overlay.html",
    "styles/overlay.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b8971a08-61da-4ed0-8e0e-aa52732c96f4}"
    }
  }
}

Best BrowserFlow Focus Timer Alternatives

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