Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jun 30, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mind me please", "version": "1.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": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Mind me please", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "alarms", "notifications" ] }