Moon Reader

Moon Reader

Care your eyes, use Moon Reader for daily web browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "description": "Care your eyes, use Moon Reader for daily web browsing",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Moon Reader",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.3"
}