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": "Project Reminder - Organize personal life and manage work with reminders", "version": "0.0.0.1", "description": "Create personal reminders, for work and organize your daily life", "permissions": [ "notifications", "background", "alarms" ], "icons": { "48": ".\/public\/images\/logo-alarm.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "open_in_tab": true, "default_icon": { "48": ".\/public\/images\/logo-alarm.png" }, "default_popup": "index.html" } }