Eye Care

Eye Care

Take care of your eyes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eye Care",
  "description": "Take care of your eyes!",
  "version": "0.4",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_title": "Eye Care",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "scripts/setup.js",
      "scripts/notify.js",
      "scripts/background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "background",
    "notifications"
  ]
}