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": "User Bug Report", "default_locale": "en", "description": "Get detailed, reproducible bug reports directly in your favorite bug tracker.", "manifest_version": 2, "version": "1.0.26", "permissions": [ "<all_urls>", "activeTab", "tabs", "storage", "https:\/\/www.userbugreport.com\/", "https:\/\/dashboard.userbugreport.com\/", "https:\/\/dashboard-userbugreport.ngrok.io\/" ], "icons": { "16": "icons\/logo.16.png", "32": "icons\/logo.32.png", "48": "icons\/logo.48.png", "128": "icons\/logo.128.png" }, "background": { "page": "background\/index.html", "persistent": true }, "browser_action": { "default_title": "User Bug Report", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "<all_urls>", "https:\/\/www.userbugreport.com\/*", "https:\/\/dashboard.userbugreport.com\/*", "https:\/\/dashboard-userbugreport.ngrok.io\/*" ], "js": [ "extension\/messagebus.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+B" }, "description": "Send a 'toggle-feature' event" } } }