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": "webQsee: Free Website Bug Recorder + Sniffer",
"description": "Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos.",
"minimum_chrome_version": "103",
"offline_enabled": true,
"author": "pagu.at EDV Management GmbH",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "service-worker-for-extension.js",
"type": "module"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "static-net-rules-1",
"enabled": true,
"path": "static-net-rules-1.json"
}
]
},
"permissions": [
"alarms",
"contextMenus",
"clipboardWrite",
"debugger",
"declarativeNetRequestWithHostAccess",
"downloads",
"desktopCapture",
"notifications",
"pageCapture",
"scripting",
"sidePanel",
"storage",
"system.cpu",
"system.display",
"system.memory",
"tabs",
"tabCapture",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"stop-video-recording-button-2025-08-04.png"
],
"matches": [
"*:\/\/*\/*"
],
"use_dynamic_url": true
}
],
"commands": {
"open-or-focus-analyzer": {
"suggested_key": {
"default": "Alt+A"
},
"description": "webQsee DevTools"
},
"open-or-focus-gallery": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"description": "View Saved Data",
"global": true
},
"take-viewport-screenshot": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Tab Screenshot"
}
},
"version": "7.0.2",
"version_name": "7.0.2-prod",
"content_security_policy": {
"extension_pages": "default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src blob: data: *; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src * mediastream: blob: filesystem: data:; media-src * mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self'; frame-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; child-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; form-action 'self'",
"sandbox": "sandbox allow-scripts; default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem: data:; media-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self' 'unsafe-eval'; frame-src 'self'; child-src 'self'; form-action 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/app.webqsee.com\/landing\/*",
"https:\/\/app.webqsee.com\/login-via-form*",
"https:\/\/app.webqsee.com\/register-via-form*",
"https:\/\/app.webqsee.com\/oauth2\/callback\/*",
"https:\/\/app.webqsee.com\/userMaintenance\/password\/*",
"https:\/\/app.webqsee.com\/userMaintenance\/email\/*"
]
},
"action": {
"default_icon": {
"16": "20251202094905380\/img\/icon-16x16.png",
"32": "20251202094905380\/img\/icon-32x32.png",
"48": "20251202094905380\/img\/icon-48x48.png",
"128": "20251202094905380\/img\/icon-128x128.png"
},
"default_popup": "popup.html",
"default_title": "webQsee"
},
"icons": {
"16": "20251202094905380\/img\/icon-16x16.png",
"32": "20251202094905380\/img\/icon-32x32.png",
"48": "20251202094905380\/img\/icon-48x48.png",
"128": "20251202094905380\/img\/icon-128x128.png"
},
"sandbox": {
"pages": [
"20251202094905380\/js\/harviewer-custom\/index.html",
"handler-code.html"
]
}
}