Screen Health

Screen Health

An extension to remind you to take care of your health while working for long durations on 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": "Screen Health",
  "version": "1.1.2",
  "description": "An extension to remind you to take care of your health while working for long durations on screen",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "SH logo.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "swal.js"
    ]
  },
  "web_accessible_resources": [
    "images/*.jpg"
  ]
}