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": "Dr. Wav Recorder", "version": "0.0.3", "description": "Capture audio from browser tabs in high-quality WAV format (48kHz)", "icons": { "128": "icons\/icon.png" }, "web_accessible_resources": [ { "resources": [ "\/offscreen.html", "\/offscreen.js" ], "matches": [] } ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup\/index.html", "default_title": "Dr. Wav Recorder" }, "incognito": "not_allowed", "permissions": [ "tabCapture", "downloads", "storage", "offscreen", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }