fleet/ee/maintained-apps/inputs/winget/thunderbird.json
Allen Houchins 10a7476ecc
Add Thunderbird Windows app and scripts (#43553)
Add metadata and install/uninstall automation for Thunderbird on
Windows. Adds ee/maintained-apps/inputs/winget/thunderbird.json plus
PowerShell install/uninstall scripts (NSIS silent /S, install uses
/PreventRebootRequired=true; uninstall resolves registry entry for x64
en-US and appends /S). Update maintained apps outputs: register
Thunderbird in ee/maintained-apps/outputs/apps.json and add
ee/maintained-apps/outputs/thunderbird/windows.json (version 149.0.2,
installer URL and sha256, script refs). Also update frontend icon
component and app PNG asset for Thunderbird.

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #43526
2026-04-14 13:27:19 -05:00

12 lines
484 B
JSON

{
"name": "Thunderbird",
"slug": "thunderbird/windows",
"package_identifier": "Mozilla.Thunderbird",
"unique_identifier": "Mozilla Thunderbird (x64 en-US)",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/thunderbird_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/thunderbird_uninstall.ps1",
"default_categories": ["Productivity"]
}