Manifests/GitHubDesktop.json

{
    "Name": "GitHub Desktop",
    "Source": "https://desktop.github.com/",
    "Get": {
        "Update": {
            "Uri": "https://central.github.com/deployments/desktop/desktop/changelog.json"
        },
        "Download": {
            "Uri": {
                "x64": "https://central.github.com/deployments/desktop/desktop/latest/win32",
                "ARM64": "https://central.github.com/deployments/desktop/desktop/latest/win32-arm64"
            },
            "Type": {
                "Exe": "",
                "Msi": "?format=msi"
            }
        }
    },
    "Install": {
        "Setup": "",
        "Preinstall": "",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}