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": "Back To Work!", "version": "0.0.3", "manifest_version": 2, "description": "__MSG_extDescription__", "author": "Rohan Verma (rhnvrm) <[email protected]>", "homepage_url": "http:\/\/rohanverma.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/assets\/sounds\/*" ] }