Eye Protection

Eye Protection

Care your eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Eye Protection",
  "description": "Care your eyes.",
  "version": "1.3.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_icon": {
      "16": "/images/eye_protection_16.png",
      "32": "/images/eye_protection_32.png",
      "48": "/images/eye_protection_48.png",
      "128": "/images/eye_protection_128.png"
    }
  },
  "icons": {
    "16": "/images/eye_protection_16.png",
    "32": "/images/eye_protection_32.png",
    "48": "/images/eye_protection_48.png",
    "128": "/images/eye_protection_128.png"
  },
  "options_page": "options.html",
  "commands": {
    "take-action": {
      "description": "Color the background"
    }
  }
}