Manifests/GoToConnect.json

{
    "Name": "GoTo Connect",
    "Source": "https://support.goto.com/connect/help/what-are-the-download-links-for-it-admin-deployments",
    "Get": {
        "Update": {
            "Uri": "https://goto-desktop.goto.com/machine/latest.yml",
            "MatchVersion": "^version:\\s(\\d+(\\.\\d+){1,4})"
        },
        "Download": {
            "Uri": {
                "x64": "https://goto-desktop.goto.com/GoToSetupMachine-#version-x64.msi",
                "x86": "https://goto-desktop.goto.com/GoToSetupMachine-#version-ia32.msi"
            }
        }
    },
    "Install": {
        "Setup": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}