mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 06:18:25 +00:00
> 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
12 lines
468 B
JSON
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"]
|
|
}
|