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": "Awesome Options Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.", "icons": { "16": "options_16.png", "48": "options_48.png", "128": "options_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "options_19.png", "default_title": "Awesome Options Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 }