eyeCare - Protect your vision

eyeCare - Protect your vision

Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "eyeCare - Protect your vision",
  "version": "0.0.1.94",
  "minimum_chrome_version": "21.0.0.0",
  "description": "Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "eyeCare - Protect your vision and health",
    "default_popup": "options.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "background"
  ],
  "options_page": "options.html#optmode",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "web_accessible_resources": [
    "icon_48.png",
    "icon_128_noti.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}