Easy Pomodoro Timer Firefox

Examine source code of Easy Pomodoro Timer

Inspect and view changes in Easy Pomodoro Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pomodoro Timer",
  "version": "1.0",
  "description": "Custom Pomodoro with persistent timer and desktop notifications.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "notifications",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    "sounds/notification.wav"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chalokw3@hotmail.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Easy Pomodoro Timer Alternatives

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