Files
mischlabs/manifest.webmanifest
Kroonk 470220b8f4
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
Rework MischLabs into service dashboard
2026-05-21 15:11:52 +02:00

34 lines
749 B
JSON

{
"name": "MischLabs",
"short_name": "MischLabs",
"description": "Self-hosted service dashboard for MischLabs.",
"lang": "de",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0a0a0f",
"theme_color": "#0f172a",
"categories": ["productivity", "utilities"],
"icons": [
{
"src": "/icons/icon-192.png?v=2",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png?v=2",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/maskable-512.png?v=2",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}