PI - Pomodoro Improved

PI - Pomodoro Improved

Enforces a 25min/5min workflow: 25 minutes of distraction-free work, followed by 5 minutes of break. Repeat as necessary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "resources/icons/work_pending.png"
  },
  "default_locale": "en",
  "description": "__MSG_ext_description__",
  "icons": {
    "16": "resources/icons/icon16.png",
    "48": "resources/icons/icon48.png",
    "128": "resources/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "version": "2.2.8",
  "web_accessible_resources": [
    "resources/icons/work_full.png",
    "resources/icons/break_full.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}