Manifests/Zoom.json

{
    "Name": "Zoom",
    "Source": "https://zoom.us/",
    "Get": {
        "Download": {
            "Windows": {
                "Exe": "https://zoom.us/client/latest/ZoomInstaller.exe",
                "Msi": "http://zoom.us/client/latest/ZoomInstallerFull.msi",
                "Outlook": "http://zoom.us/client/latest/ZoomOutlookPluginSetup.msi",
                "Notes": "https://zoom.us/client/latest/ZoomNotesPluginSetup.msi",
                "Lync": "http://zoom.us/client/latest/ZoomLyncPluginSetup.msi",
                "Rooms": "http://zoom.us/client/latest/ZoomRooms.exe"
            },
            "VDI": {
                "Host": "https://zoom.us/download/vdi/ZoomInstallerVDI.msi"
            },
            "Citrix": {
                "Client": "https://zoom.us/download/vdi/ZoomCitrixHDXMediaPlugin.msi"
            },
            "VMware": {
                "Client": "https://zoom.us/download/vdi/ZoomVmwareMediaPlugin.msi"
            }
        },
        "MatchVersion": "(\\d+(\\.\\d+){1,4})",
        "MatchUrl": "(.*)\\?"
    },
    "Install": {
        "Setup": "Zoom*.exe",
        "Physical": {
            "Arguments": "",
            "PostInstall": [

            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [

            ]
        }
    }
}