Pomodoro Timer

Pomodoro Timer

Simple pomodoro timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pomodoro Timer",
  "version": "1.0.3",
  "description": "Simple pomodoro timer",
  "permissions": [
    "storage",
    "declarativeContent",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "pomodoro16.png",
    "48": "pomodoro48.png",
    "128": "pomodoro128.png"
  },
  "manifest_version": 2
}