Eye Care Notification

Eye Care Notification

Reminds you to look away from your screen every 20min (customizable).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eye Care Notification",
  "version": "1.3.0",
  "manifest_version": 3,
  "description": "Reminds you to look away from your screen every 20min (customizable).",
  "icons": {
    "16": "eye-icon.png",
    "48": "eye-icon.png",
    "128": "eye-icon.png"
  },
  "author": "Jacob „kurtextrem\" Groß",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "eye-icon.png",
    "default_popup": "options.html"
  },
  "minimum_chrome_version": "108",
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "offscreen"
  ]
}