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", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/work_pending.png" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "__MSG_ext_name__", "options_page": "options.html", "permissions": [ "notifications", "tabs", "<all_urls>" ], "version": "1.6.2", "web_accessible_resources": [ "icons\/work_full.png", "icons\/break_full.png" ] }