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": "Lumi Lens", "version": "0.0.1", "description": "Lumi Lens is your eye care companion. Reduce eye strain at night with an amber screen tint.", "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "activeTab", "tabs", "commands" ], "commands": { "toggle-eyecare": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle Eye Care Mode" } }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/images\/eye32.png", "48": "assets\/images\/eye48.png", "128": "assets\/images\/eye128.png" } }, "icons": { "32": "assets\/images\/eye32.png", "48": "assets\/images\/eye48.png", "128": "assets\/images\/eye128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "author": "[email protected]" }