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": "Health Reminder", "description": "Stay healthy while working! This extension reminds you to drink water and do eye exercises at regular intervals.", "version": "3.0.11", "permissions": [ "storage", "tabs", "declarativeNetRequest", "alarms", "scripting", "webRequest" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/bg.js" }, "content_scripts": [ { "js": [ "js\/notice.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } }, "web_accessible_resources": [ { "resources": [ "css\/notice.css" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } }