fleet/ee/maintained-apps/inputs/winget/cisco-jabber.json
Allen Houchins 5d5485a1c1
Add Cisco Jabber as a Windows FMA (#36948)
This pull request adds support for the Cisco Jabber application on
Windows, including its metadata, installation, and uninstallation
details. It also corrects the ordering of the TablePlus app entry in the
output list. The most important changes are:

**New application support:**

* Added a new input manifest for Cisco Jabber in
`winget/cisco-jabber.json`, specifying its package details and default
category.
* Added Cisco Jabber to `apps.json` output, including its name, slug,
platform, and unique identifier.
* Created a new output file `cisco-jabber/windows.json` with version
information, installation/uninstallation scripts, installer URL, SHA256
hash, and upgrade code for Cisco Jabber.

**App list correction:**

* Corrected the ordering of the TablePlus entry in `apps.json` output to
ensure proper listing.
2025-12-08 22:03:17 -06:00

10 lines
271 B
JSON

{
"name": "Cisco Jabber",
"slug": "cisco-jabber/windows",
"package_identifier": "Cisco.Jabber",
"unique_identifier": "Cisco Jabber",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"default_categories": ["Communication"]
}