mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
## Summary - Adds Proxyman (macOS) to the Fleet maintained apps catalog - Input: `ee/maintained-apps/inputs/homebrew/proxyman.json` - Output generated via ingester script ## Validation checklist - [ ] App can be downloaded using manifest URL - [ ] App installs successfully using manifest install script - [ ] App exists in software inventory after install - [ ] App uninstalls successfully using manifest uninstall script Note: @mention #g-software Product Designer in a comment pointing to the new icon once added.
8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"name": "Proxyman",
|
|
"slug": "proxyman/darwin",
|
|
"unique_identifier": "com.proxyman.NSProxy",
|
|
"token": "proxyman",
|
|
"installer_format": "dmg",
|
|
"default_categories": ["Developer tools"]
|
|
}
|