Eye Rest Notification

Eye Rest Notification

Eye Blink Notifier!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eye Rest Notification",
  "version": "1.0.3",
  "description": "Eye Blink Notifier!",
  "icons": {
    "128": "eye-icon.png"
  },
  "permissions": [
    "tabs",
    "notifications"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png",
    "blinking-eyes.gif"
  ],
  "browser_action": {
    "default_popup": "options.html",
    "default_icon": "eye-icon.png"
  }
}