Night Shift. Eye Protection Mode

Night Shift. Eye Protection Mode

Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.2",
  "background": {
    "service_worker": "/js/background.js"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/css/style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "128": "/icons/icon_128.png"
  },
  "action": {
    "default_popup": "/html/popup.html"
  }
}