Eye Relaxer

Helps relieve eye strain in the evening.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}