ZoomWebClient

ZoomWebClient

Automatically launch the Zoom Web Client instead of the desktop client when clicking invite URLs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ZoomWebClient",
  "description": "Automatically launch the Zoom Web Client instead of the desktop client when clicking invite URLs.",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/j/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{807ee139-2855-43b6-9553-85d1eb9830a6}"
    }
  }
}