Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Moon Reader For PC \u2013 Eye Comfort Mode",
"version": "1.0",
"description": "Enhance reading comfort with Moon Reader Mode for PC! Apply dark & blue light filters for eye safety while browsing.",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "switcher.png",
"48": "switcher.png",
"128": "switcher.png"
}
},
"permissions": [
"activeTab",
"scripting"
]
}