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", "background": { "service_worker": ".\/dist\/bg.js" }, "short_name": "ReportMyBug", "description": "Report multi-page bugs in one flow. Capture screenshots and recordings across multiple tabs effortlessly", "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\/logo-16.png", "32": "\/assets\/images\/icon\/logo-32.png", "48": "\/assets\/images\/icon\/logo-48.png", "128": "\/assets\/images\/icon\/logo-128.png" }, "action": { "default_title": "Open ReportMyBug", "default_popup": "\/html\/popup.html" }, "manifest_version": 3, "name": "ReportMyBug - Report multi-page bugs in one flow", "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\/domEventListeners.js", ".\/dist\/recordingEventListeners.js", "\/dist\/script.js", ".\/dist\/fabric.min.js", ".\/css\/annotation.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", "webNavigation", "tabs" ], "host_permissions": [ "<all_urls>" ], "version": "1.0.2" }