{
  "schemaVersion": 1,
  "id": "google-chrome-enterprise",
  "name": "Google Chrome Enterprise",
  "publisher": "Google",
  "category": "Browsers",
  "architecture": "x64",
  "channel": "Stable - General Rollout",
  "updateSource": {
    "type": "chromeVersionHistory",
    "channel": "stable",
    "platform": "win64",
    "requireFullRollout": true
  },
  "installer": {
    "type": "msi",
    "url": "https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi",
    "fileName": "googlechromestandaloneenterprise64.msi",
    "allowedHosts": ["dl.google.com"]
  },
  "install": {
    "command": "msiexec.exe /i .\\googlechromestandaloneenterprise64.msi /qn /norestart",
    "successCodes": [0, 1641, 3010],
    "timeoutMinutes": 20,
    "rebootAllowed": false
  },
  "detection": {
    "type": "fileVersion",
    "paths": [
      "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
      "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe"
    ],
    "comparison": "greaterThanOrEqualPackageVersion"
  },
  "repository": {
    "folder": "DeployStack\\Managed\\Google Chrome"
  }
}
