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", "background": { "service_worker": ".\/dist\/bg.js" }, "short_name": "TestBuddy", "description": "Bug reporter with one-click record bug screen and share,integration with JIRA, ClickUp, and more tools.", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/dist\/document_start.js" ], "exclude_matches": [ "https:\/\/app.testbuddy.io\/static\/index.html", "https:\/\/chrome.google.com\/*" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ ".\/dist\/fabric.min.js" ], "exclude_matches": [ "https:\/\/app.testbuddy.io\/static\/index.html", "https:\/\/chrome.google.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ ".\/dist\/contentScript.js", ".\/dist\/domEventListeners.js", ".\/dist\/recordingEventListeners.js" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "https:\/\/app.testbuddy.io\/static\/index.html", "https:\/\/chrome.google.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "\/assets\/images\/icon\/icon_16.png", "32": "\/assets\/images\/icon\/icon_32.png", "48": "\/assets\/images\/icon\/icon_48.png", "128": "\/assets\/images\/icon\/icon_128_new.png" }, "action": { "default_title": "Open TestBuddy", "default_popup": "\/html\/popup.html" }, "manifest_version": 3, "name": "TestBuddy - Report & Fix Your Bug 20x Faster", "externally_connectable": { "matches": [ "*:\/\/*.testbuddy.io\/*", "https:\/\/localhost:3000\/*" ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ ".\/dist\/document_start.js", ".\/dist\/countDownHTML.js", ".\/dist\/contentScript.js", ".\/dist\/rrweb.js", ".\/dist\/recordReplay.js", ".\/dist\/domEventListeners.js", ".\/dist\/recordingEventListeners.js", "\/dist\/script.js", ".\/dist\/fabric.min.js", ".\/css\/annotation.css", ".\/css\/rrwebPlayer.css", "\/html\/camera.html", "\/dist\/camera.js" ] }, { "matches": [ "<all_urls>" ], "resources": [ "\/assets\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "cookies", "background", "management", "desktopCapture", "webRequest", "scripting", "storage", "contextMenus", "webNavigation", "tabs" ], "host_permissions": [ "<all_urls>" ], "version": "1.3.13" }