Break Helper

Break Helper

Reminds you to take a break, because breaks are good for your health and productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Break Helper",
  "version": "1.6.3",
  "description": "Reminds you to take a break, because breaks are good for your health and productivity",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  }
}