Files
dashcaddy/status/assets/site.webmanifest
Sami f61e85d9a7 Initial commit: DashCaddy v1.0
Full codebase including API server (32 modules + routes), dashboard frontend,
DashCA certificate distribution, installer script, and deployment skills.
2026-03-05 02:26:12 -08:00

20 lines
399 B
JSON

{
"name": "SAMI-CLOUD Status",
"short_name": "SAMI-CLOUD",
"start_url": "index.html",
"display": "standalone",
"background_color": "#0b0f1a",
"theme_color": "#0e1116",
"icons": [
{
"src": "assets/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}