Eye Relaxer

Eye Relaxer

Helps relieve eye strain in the evening.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "description": "Helps relieve eye strain in the evening.",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Eye Relaxer",
  "permissions": [
    "<all_urls>",
    "tabs",
    "storage",
    "contextMenus"
  ],
  "version": "1.2"
}