## Summary
- Adds kitty (macOS) to the Fleet maintained apps catalog
- Input: `ee/maintained-apps/inputs/homebrew/kitty.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.
9 lines
189 B
JSON
9 lines
189 B
JSON
{
|
|
"name": "kitty",
|
|
"slug": "kitty/darwin",
|
|
"unique_identifier": "net.kovidgoyal.kitty",
|
|
"token": "kitty",
|
|
"installer_format": "dmg",
|
|
"default_categories": ["Developer tools"]
|
|
}
|