Chrome Captions

Chrome Captions

Edit the Size of Google Meet Captions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome Captions",
  "version": "0.1.0",
  "description": "Edit the Size of Google Meet Captions",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "https://meet.google.com/*"
  ]
}