Pomodoro timer

Pomodoro timer

Pomodoro timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Pomodoro timer",
  "version": "1.2",
  "description": "Pomodoro timer",
  "icons": {
    "48": "tomato-icon.png"
  },
  "browser_action": {
    "default_title": "pomodoro timer",
    "default_popup": "index.html"
  }
}