bold-brew/docs/manifest.json
Vito Castellano c9d107d028
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run
Quality / Build-1 (push) Waiting to run
Security / Go Vulnerability Check (push) Waiting to run
Security / Security Scanner (push) Waiting to run
docs(website): add Brewfile Mode blog post and update features
- Add new blog post about Brewfile Mode and remote URL support
- Add Brewfile Mode and Remote Brewfiles feature cards to homepage
- Add Brewfile Mode FAQ entry
- Update manifest.json to include Linux support
- Add Brewfile tag to blog sidebar
- Update Bold Brew 2.0 post: tap management is now implemented
2025-12-29 17:08:38 +01:00

56 lines
No EOL
1.5 KiB
JSON

{
"name": "Bold Brew",
"short_name": "bbrew",
"description": "Modern Homebrew TUI Manager for macOS and Linux",
"start_url": "/",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#1a1a1a",
"orientation": "portrait",
"icons": [
{
"src": "assets/ico/bbrew-16.ico",
"sizes": "16x16",
"type": "image/x-icon"
},
{
"src": "assets/ico/bbrew-24.ico",
"sizes": "24x24",
"type": "image/x-icon"
},
{
"src": "assets/ico/bbrew-32.ico",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "assets/ico/bbrew-48.ico",
"sizes": "48x48",
"type": "image/x-icon"
}
],
"categories": ["developer tools", "utilities"],
"screenshots": [
{
"src": "assets/screenshots/bbrew-brewfile-screenshot.png",
"sizes": "400x300",
"type": "image/png",
"platform": "macOS",
"label": "Main Dashboard"
},
{
"src": "assets/screenshots/bbrew-installed-screenshot.png",
"sizes": "400x300",
"type": "image/png",
"platform": "macOS",
"label": "Installed Packages"
},
{
"src": "assets/screenshots/bbrew-search-screenshot.png",
"sizes": "400x300",
"type": "image/png",
"platform": "macOS",
"label": "Package Search"
}
]
}