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.2.4",
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"tabCapture",
"downloads",
"downloads.open",
"offscreen",
"storage",
"activeTab"
],
"host_permissions": [],
"commands": {
"start_capture": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Start Capture"
},
"stop_capture": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Stop Capture"
}
},
"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; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
}
}