fleet/ee/maintained-apps/inputs/winget/google-chrome.json
Jahziel Villasana-Espinoza 03a9cc1bbd
update windows chrome fma to use machine-scoped exe installer (#31118)
> Closes #27756

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Manual QA for all new/changed functionality
2025-07-28 10:51:49 -04:00

12 lines
468 B
JSON

{
"name": "Google Chrome",
"slug": "google-chrome/windows",
"package_identifier": "Google.Chrome.EXE",
"unique_identifier": "Google Chrome",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/google_chrome_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/google_chrome_uninstall.ps1",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Browsers"]
}