Overwork

Overwork

Overwork helps you take breaks when you need them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Overwork",
  "version": "1.1.1",
  "description": "Overwork helps you take breaks when you need them.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  }
}