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": "Mind Me By GolfBays", "version": "2.0.2", "description": "Health reminders while working on the desk", "icons": { "16": "assets\/png\/icon16.png", "32": "assets\/png\/icon32.png", "48": "assets\/png\/icon48.png", "128": "assets\/png\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Mind me please", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "alarms", "notifications" ] }