Pomodoro Blocker Firefox

Examine source code of Pomodoro Blocker

Inspect and view changes in Pomodoro Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "name": "Pomodoro Blocker",
  "version": "0.5.1",
  "description": "Pomodoro timer that blocks distraction away",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "pomodoro.png",
    "default_popup": "popup/small_win.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "back.html",
    "popup/small_win.html"
  ]
}

Best Pomodoro Blocker Alternatives

Here are some Firefox add-ons that are similar to Pomodoro Blocker: