mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
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.
15 lines
446 B
JSON
15 lines
446 B
JSON
{
|
|
"name": "BlackRoad Sync",
|
|
"short_name": "Sync",
|
|
"description": "Real-time data synchronization",
|
|
"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"
|
|
}]
|
|
}
|