Fix Meet

Fix Meet

Functional and styling improvements to Google Meet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fix Meet",
  "description": "Functional and styling improvements to Google Meet.",
  "version": "1.4",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://meet.google.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "script.js"
  }
}