Live Captions

Live Captions

Multi-Language Captions and Transcription for Presentations on Chrome

Merlin
Additional files are visible only to premium users

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.3.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"
  }
}