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": "Better Bugs", "author": "Felix Sommer", "version": "1.1.1", "description": "Better Bugs is a browser extension simplifying bug reporting by capturing network requests, screenshots, user comments, and more.", "icons": { "64": "res\/icon.png" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "64": "res\/icon.png" } }, "permissions": [ "activeTab", "downloads", "storage" ], "devtools_page": "src\/devtools\/devtools.html", "options_page": "src\/options\/options.html", "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "lib\/jszip.min.js" ], "matches": [ "<all_urls>" ] } ] }