Inspect and view changes in Live Captions source codes across current and past versions
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",
"name": "Live Captions",
"description": "Multi-Language Captions and Transcription for Presentations on Chrome",
"version": "1.4.2.0",
"manifest_version": 3,
"icons": {
"16": "static/hi_16.png",
"32": "static/hi_32.png",
"48": "static/hi_48.png",
"128": "static/hi_128.png"
},
"host_permissions": [
"*://*/*"
],
"action": {
"default_title": "Click to show window"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "src/service-worker.js",
"type": "module"
},
"minimum_chrome_version": "116"
}