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": "Bulbul: The Pomodoro Timer with Personality", "version": "1.1", "description": "The witty Pomodoro timer with a charming personality that makes productivity enjoyable.", "permissions": [ "storage", "notifications", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "16": ".\/assets\/icon-grey.png", "32": ".\/assets\/icon-grey.png", "48": ".\/assets\/icon-grey.png", "64": ".\/assets\/icon-grey.png", "128": ".\/assets\/icon-grey.png" }, "action": { "default_icon": { "16": ".\/assets\/icon-grey.png", "32": ".\/assets\/icon-grey.png", "48": ".\/assets\/icon-grey.png", "64": ".\/assets\/icon-grey.png", "128": ".\/assets\/icon-grey.png" }, "default_popup": "popup.html" } }