mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
To be consistent w/ macOS:
3a6ecb5a11/ee/maintained-apps/inputs/homebrew/firefox.json (L2)
12 lines
464 B
JSON
12 lines
464 B
JSON
{
|
|
"name": "Mozilla Firefox",
|
|
"slug": "firefox/windows",
|
|
"package_identifier": "Mozilla.Firefox",
|
|
"unique_identifier": "Mozilla Firefox (x64 en-US)",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/firefox_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/firefox_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Browsers"]
|
|
}
|