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": "Disbug: Superior bug reporting", "version": "3.0.9", "description": "Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.", "homepage_url": "https:\/\/disbug.io\/", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon_128.png", "48": "assets\/icon_128.png", "128": "assets\/icon_128.png" } }, "permissions": [ "activeTab", "storage", "cookies", "tabCapture", "pageCapture", "tabs", "unlimitedStorage", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>", "*:\/\/*\/*" ], "js": [ "extractContent.bundle.js", "detect.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "camera.html", "sources.html", "recorder.html", "camera.bundle.js", "sources.bundle.js", "content.bundle.js", "recorder.bundle.js", "script.bundle.js" ], "matches": [ "<all_urls>", "*:\/\/*\/*" ] } ], "host_permissions": [ "<all_urls>", "*:\/\/*\/*" ], "icons": { "16": "assets\/icon_128.png", "48": "assets\/icon_128.png", "128": "assets\/icon_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src 'self' data: blob: *;" }, "commands": { "cancel": { "description": "Cancel action", "suggested_key": { "default": "Alt+Shift+C" } }, "mute-unmute": { "description": "Mute\/Unmute action", "suggested_key": { "default": "Alt+Shift+D" } }, "stop": { "description": "Stop action", "suggested_key": { "default": "Alt+Shift+S" } }, "pause-resume": { "description": "Pause\/Resume action", "suggested_key": { "default": "Alt+Shift+P" } } } }