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": "A quick and easy way to be productive! Utilizes 25 minute work periods and 5 minute break periods.", "version": "1.0", "author": "Yusuf Nissar", "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Pomodoro Timer", "default_icon": { "128": "smallpicon.png" } }, "icons": { "128": "smallpicon.png" }, "manifest_version": 2 }