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": 3, "name": "Amazon Q Developer | GitHub issue helper", "version": "1.6", "description": "Quickly assign GitHub issues to Amazon Q Developer - your AI assistant for code generation and transform tools.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "sidePanel", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "content.js" ] } ], "externally_connectable": { "ids": [], "matches": [] }, "web_accessible_resources": [ { "resources": [ "style.css", "images\/q-icon.png", "assets\/amazon-q-logo.svg", "help-panel.html", "helpPanel.js", "helpPanel.css" ], "matches": [ "https:\/\/github.com\/*" ] } ], "side_panel": { "default_path": "help-panel.html" }, "action": { "default_title": "Amazon Q Developer | GitHub issue helper" } }