Strict Workflow

Strict Workflow

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


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