Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_manifest_app_name__", "description": "__MSG_manifest_app_description__", "version": "1.1.0", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "default_locale": "en", "permissions": [ "management", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" }