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": "Bugtify - Bug Reporting with Screen Recording & Debug Data", "description": "One-click bug reports with screen recording and complete debug data for teams.", "version": "1.0.2", "version_name": "1.0.2 beta", "permissions": [ "debugger", "tabs", "tabCapture", "offscreen", "cookies", "storage" ], "host_permissions": [ "https:\/\/bugtify.com\/" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Click to debug your app", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/bugtify_icon16.png", "32": "icons\/bugtify_icon32.png", "48": "icons\/bugtify_icon48.png", "128": "icons\/bugtify_icon128.png" } }