Eye Rest

Eye Rest

Prevent digital eye strain with a simple reminder to 'look away' from the screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Eye Rest",
  "description": "Prevent digital eye strain with a simple reminder to 'look away' from the screen.",
  "version": "1.2",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_icon": "settings/icon-settings.png",
    "default_popup": "settings/settings.html"
  },
  "background": {
    "scripts": [
      "eyerest.js"
    ]
  }
}