Files
blackroad-apps/blackroad-monitor/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
449 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "BlackRoad Monitor",
"short_name": "Monitor",
"description": "System health monitoring",
"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"
}]
}