Zoom in-out Magnifier for Google Meet

Zoom in-out Magnifier for Google Meet

Zoom in and out of shared screens and cameras on Google Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zoom in-out Magnifier for Google Meet",
  "description": "Zoom in and out of shared screens and cameras on Google Meet",
  "version": "1.2.12",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "16": "magnifier16.png",
    "32": "magnifier32.png",
    "128": "magnifier128.png"
  }
}