Eye Care

Eye Care

An app that helps you maintain a healthy lifestyle when working long hours in front of 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 Care",
  "version": "2.2",
  "author": "Radu Filip",
  "offline_enabled": true,
  "description": "An app that helps you maintain a healthy lifestyle when working long hours in front of the screen",
  "permissions": [
    "notifications"
  ],
  "app": {
    "background": {
      "scripts": [
        "app.js"
      ]
    }
  },
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "minimum_chrome_version": "23"
}