mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
## Summary - Adds Marvel (macOS) to the Fleet maintained apps catalog - Input: `ee/maintained-apps/inputs/homebrew/marvel.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
8 lines
202 B
JSON
8 lines
202 B
JSON
{
|
|
"name": "Marvel",
|
|
"slug": "marvel/darwin",
|
|
"unique_identifier": "com.marvelprototyping.marvelmacos",
|
|
"token": "marvel",
|
|
"installer_format": "zip",
|
|
"default_categories": ["Productivity"]
|
|
}
|