Micro Breaks

Micro Breaks

Schedule break reminders and increase your 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": "Micro Breaks",
  "short_name": "Micro Breaks",
  "description": "Schedule break reminders and increase your productivity.",
  "version": "1.2.1",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "img/happy-worker-black_16.png",
    "48": "img/happy-worker-black_48.png",
    "128": "img/happy-worker-black_128.png"
  },
  "background": {
    "scripts": [
      "lib/moment.min.js",
      "js/tasks.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Micro Breaks",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "alarms",
    "notifications",
    "tabs",
    "https://www.google-analytics.com/"
  ]
}