Manifests/GoogleChrome.json

{
    "Name": "Google Chrome",
    "Source": "https://cloud.google.com/chrome-enterprise/browser/download/",
    "Get": {
        "Uri": "https://omahaproxy.appspot.com/all.json",
        "DownloadUri": "https://dl.google.com",
        "Channel": "stable",
        "Platforms": {
            "win": "/dl/chrome/install/googlechromestandaloneenterprise.msi",
            "win64": "/dl/chrome/install/googlechromestandaloneenterprise64.msi"
        },
        "DatePattern": "MM/dd/yy"
    },
    "Install": {
        "Setup": "googlechromestandaloneenterprise*.msi",
        "Physical": {
            "Arguments": "",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": []
        }
    }
}