Productive Cycles

Productive Cycles

Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.7.1",
  "default_locale": "en",
  "icons": {
    "16": "manifest-icons/icon-16.png",
    "48": "manifest-icons/icon-48.png",
    "128": "manifest-icons/icon-128.png",
    "512": "manifest-icons/icon-512.png"
  },
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": "manifest-icons/icon-512.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "background/background.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "idle"
  ]
}