Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick add issue to GitHub", "description": "Open source browser extension\/addon for adding issues to Github via a browser button.", "version": "1.6", "action": { "browser_style": true, "default_icon": { "48": "images\/button-48.png", "96": "images\/button-96.png" }, "default_popup": "popup\/app.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ] }