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" ], "persistent": false }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Compose New Email" }, "description": "Quickly open the compose window of Gmail. Keyboard Shortcut: Alt + C.", "homepage_url": "https:\/\/browsernative.com\/quick-compose-gmail-3109\/", "icons": { "16": "static\/16.png", "48": "static\/48.png", "128": "static\/128.png" }, "manifest_version": 2, "options_ui": { "page": "options.html", "open_in_tab": true }, "name": "Quick Compose for Gmail\u2122", "version": "0.8", "permissions": [ "contextMenus", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } } }