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", "name": "Pomodoro Timer", "version": "1.0.0", "description": "A simple Pomodoro timer", "manifest_version": 3, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/icon.png", "default_title": "Pomodoro Timer" }, "permissions": [ "storage", "alarms", "notifications" ], "background": { "service_worker": "background.js" }, "options_page": "options\/options.html" }