Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Taylor Swift Pomodoro Timer", "description": "A Taylor Swift-themed Pomodoro timer for productivity and fun!", "version": "3.1415", "action": { "default_popup": "popup.html", "default_icon": "icon_optimized.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon_optimized.png", "48": "icon_optimized.png", "128": "icon_optimized.png" } }