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 Focus", "description": "Block multiple sites to focus better on your work", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] }