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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "4.1.0",
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"tabCapture",
"downloads",
"downloads.open",
"offscreen",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"start": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Start Capture"
},
"stop": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Stop Capture"
}
},
"web_accessible_resources": [
{
"resources": [
"audio-worklet-processor.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Open Audio Capture interface"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com https:\/\/prepphint.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
}
}