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": "Focus Boost - Productivity Reminder", "version": "1.0", "description": "Boost productivity with timely reminders and motivational quotes. Customize intervals, set work hours. Stay focused and motivated!", "permissions": [ "storage", "alarms", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "48": "icon.png" }, "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "<all_urls>" ] } ] }