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": 2, "name": "Task Boost: An Easy-to-Use Pomodoro Timer", "description": "Set time-driven goals and block specific sites to reduce distractions.", "version": "1.0", "offline_enabled": true, "permissions": [ "tabs" ], "icons": { "1": "Task Boost.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "Task Boost.png" }, "background": { "scripts": [ "background.js" ] } }