Simple Pomodoro Timer Firefox

Examine source code of Simple Pomodoro Timer

Inspect and view changes in Simple Pomodoro Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Pair Programming Timer Extension",
  "description": "A timer extension for switching roles during pair programming sessions.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leslie.alldridge@gmail.com"
    }
  }
}

Best Simple Pomodoro Timer Alternatives

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