feat(branding): add official Mediusa Clinic OS favicon suite, high-resolution OG social card, and update navbar vector logo

This commit is contained in:
2026-09-09 21:31:51 -07:00
parent c3e5ec1cc3
commit 855a54cc49
24 changed files with 253 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Mediusa Clinic OS",
"short_name": "Mediusa OS",
"description": "Hospital-Grade Practice Management Platform",
"start_url": "/",
"display": "standalone",
"background_color": "#060d1d",
"theme_color": "#060d1d",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}