Files
blackroad-apps/blackroad-commander/manifest.json
Your Name bbc1926dc0 📱 11 BlackRoad OS Apps
All published on BlackRoad OS App Store:
- Dashboard, Metrics, Vault, Agent Hub
- Commander, Analytics, Monitor
- Deployer, Studio, Sync
- Plus the original First App

Zero gatekeepers. Zero fees.
2026-02-10 14:41:25 -06:00

15 lines
454 B
JSON

{
"name": "BlackRoad Commander",
"short_name": "Commander",
"description": "Command and control interface",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#FF6B35",
"icons": [{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='0.9em' font-size='90'%3E⚡%3C/text%3E%3C/svg%3E",
"sizes": "512x512",
"type": "image/svg+xml"
}]
}