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", "description": "Simply increase personal productivity", "version": "1.0", "permissions": [], "browser_action": { "default_title": "Set pomodoro intervals", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } }