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": "Downloads", "description": "Quick access button to the download page", "version": "2", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "19.png" } }, "background": { "persistent": true, "page": "background.html" } }