Customizable Pomodoro Clock Firefox

Examine source code of Customizable Pomodoro Clock

By: ruuk
Inspect and view changes in Customizable Pomodoro Clock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pomodoro Clock",
  "version": "2.4.1.1",
  "description": "A customizable pomodoro clock in your browser for quick productivity hacks.",
  "homepage_url": "https://github.com/lukazio/pomodoro-clock-firefox",
  "icons": {
    "48": "icons/clock-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_title": "Pomodoro Clock",
    "default_icon": {
      "48": "icons/clock-48.png"
    },
    "default_popup": "pomodoro.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "optional_permissions": [
    "downloads"
  ]
}

Best Customizable Pomodoro Clock Alternatives

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