Manifests/GitHubDesktop.json

{
    "Name": "GitHub Desktop",
    "Source": "https://desktop.github.com",
    "Get": {
        "Update": {
            "Uri": "https://api.github.com/repos/desktop/desktop/releases/latest"
        },
        "Download": {
            "Uri": {
                "Exe": "https://central.github.com/deployments/desktop/desktop/latest/win32",
                "Msi": "https://central.github.com/deployments/desktop/desktop/latest/win32?format=msi"
            }
        }
    },
    "Install": {
        "Setup": "GitHubDesktop.*.exe",
        "Physical": {
            "Arguments": "",
            "PostInstall": [

            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [
                "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled"
            ]
        }
    }
}