Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eyeCare - Protect your vision", "version": "0.0.2.01", "minimum_chrome_version": "88.0.0.0", "description": "Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "action": { "default_icon": "icon.png", "default_title": "eyeCare - Protect your vision and health", "default_popup": "options.html" }, "permissions": [ "notifications", "storage", "alarms", "offscreen" ], "optional_permissions": [ "background" ], "options_page": "options.html#optmode", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ { "resources": [ "icon_48.png", "icon_128_noti.png", "snds\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }