Listen to top quality live interpretation. This extension allows you to attend a meeting or event in your own language.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "cAPPisco",
"description": "Listen to top quality live interpretation. This extension allows you to attend a meeting or event in your own language.",
"version": "0.0.6",
"minimum_chrome_version": "103",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "cAPPisco"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src * data: blob: filesystem:; style-src * data: 'unsafe-inline'; img-src * data:; frame-src 'self' data:; font-src * data:; media-src * data: blob: filesystem:; script-src 'self' 'wasm-unsafe-eval'"
},
"web_accessible_resources": [
{
"resources": [
"overlay.html"
],
"matches": [
"https://*/*"
]
}
],
"permissions": [
"activeTab",
"scripting",
"storage"
]
}