Files
Allen Houchins b2a9e77c46 Add Zen Browser as a Windows FMA (#47022)
Add Zen Browser support: new PowerShell install and uninstall scripts
(silent NSIS installer with /S and /PreventRebootRequired; uninstaller
detects registry entries and runs uninstall string). Add winget input
manifest ee/maintained-apps/inputs/winget/zen-browser.json referencing
those scripts. Update outputs: add a apps.json entry for Zen Browser and
create ee/maintained-apps/outputs/zen-browser/windows.json containing
version 1.20b metadata, installer URL, sha256, and script refs.
2026-06-06 22:52:09 -05:00

13 lines
473 B
JSON

{
"name": "Zen Browser",
"slug": "zen-browser/windows",
"package_identifier": "Zen-Team.Zen-Browser",
"unique_identifier": "Zen Browser (x64 en-US)",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/zen-browser_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/zen-browser_uninstall.ps1",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Browsers"]
}