{
    "version": "1.4.287",
    "description": "Low-latency and high quality voice chat primarily intended for use while gaming.",
    "homepage": "https://www.mumble.info/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mumble-voip/mumble/releases/download/v1.4.287/mumble_client-1.4.287.x64.msi",
            "hash": "bbd8d57fd450c98e08553518c523a07ddadf3cff503f70db561f4b53fdb1c292",
            "extract_dir": "ProgramFiles64Folder\\Mumble\\client"
        },
        "32bit": {
            "url": "https://github.com/mumble-voip/mumble/releases/download/v1.4.287/mumble_client-1.4.287.x86.msi",
            "hash": "e1e020e12bb8cc55176b0cbeed6d7abfbe8a138eb69418360ac159a3b46c0262",
            "extract_dir": "ProgramFilesFolder\\Mumble\\client"
        }
    },
    "bin": "mumble.exe",
    "shortcuts": [
        [
            "mumble.exe",
            "Mumble"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mumble-voip/mumble"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mumble-voip/mumble/releases/download/v$version/mumble_client-$version.x64.msi"
            },
            "32bit": {
                "url": "https://github.com/mumble-voip/mumble/releases/download/v$version/mumble_client-$version.x86.msi"
            }
        }
    }
}
