Care your Eyes

Care your Eyes

Change the page's background color to the reseda or night mode and you can click a block to make it changing color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extName__",
  "version": "7.1.17",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "http://tjs.sjs.sinajs.cn/",
    "notifications",
    "*://*/*"
  ],
  "icons": {
    "16": "images/glasses16.png",
    "48": "images/glasses48.png",
    "128": "images/glasses128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/glasses32.png",
      "38": "images/glasses32.png"
    }
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/night-mode.css"
      ],
      "js": [
        "js/inject0.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}