This pull request adds support for three new Windows applications—Chef
Workstation, Cherry Keys, and Colour Contrast Analyser—along with Cribl
Edge, to the maintained apps system. It introduces their metadata,
installation/uninstallation scripts, and icon assets, ensuring these
apps can be managed and displayed within the platform.
**New Windows Application Support:**
* Added metadata input files for:
- `Chef Workstation` (`chef-workstation.json`), including detection
queries and categorization as a Developer tool.
- `Cherry Keys` (`cherry-keys.json`), with fuzzy name matching and
categorized as a Utility.
- `Colour Contrast Analyser` (`colour-contrast-analyser.json`),
specifying publisher and categorized as a Utility.
- `Cribl Edge` (`cribl-edge.json`), with detection queries and
categorized as a Developer tool.
**Application Output and Versioning:**
* Added output JSON files for each new app with:
- Latest version info, detection and patch queries, installer URLs,
SHA256 hashes, install/uninstall script references, and upgrade codes:
- `chef-workstation/windows.json`
- `cherry-keys/windows.json`
- `colour-contrast-analyser/windows.json`
- `cribl-edge/windows.json`
**App Catalog Updates:**
* Updated `apps.json` to include the new Windows apps, each with a
description and unique identifier for catalog display.
[[1]](diffhunk://#diff-4c1446cfc02c6bb0bda874481e333c65b84e184fcea52f656b49a6489f73c9c2R1411-R1424)
[[2]](diffhunk://#diff-4c1446cfc02c6bb0bda874481e333c65b84e184fcea52f656b49a6489f73c9c2R1712-R1718)
[[3]](diffhunk://#diff-4c1446cfc02c6bb0bda874481e333c65b84e184fcea52f656b49a6489f73c9c2R1803-R1809)
**UI/Icon Assets:**
* Added a new SVG icon component for Chef Workstation in the frontend
(`ChefWorkstation.tsx`).
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"name": "Cherry Keys",
|
|
"slug": "cherry-keys/windows",
|
|
"package_identifier": "CHERRY.CHERRYKEYS",
|
|
"unique_identifier": "CHERRY KEYS",
|
|
"fuzzy_match_name": "CHERRY KEYS (x64) V%",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Utilities"]
|
|
}
|