Manifests/GoogleChrome.json

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

            ]
        },
        "Virtual": {
            "Arguments": "",
            "PostInstall": [

            ]
        }
    }
}