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": "Pomodoro Timer", "description": "A simple Chrome extension for Pomodoro Timer : Do more in less time, stress-free.", "version": "1.0.0", "icons": { "16": "pomodoro_timer.png", "48": "pomodoro_timer.png", "128": "pomodoro_timer.png" }, "background": { "service_worker": "chrome\/background.js" }, "action": { "default_title": "Pomodoro Timer", "default_icon": "pomodoro_timer.png" }, "permissions": [ "notifications" ] }