Files
mischlabs/manifest.webmanifest
Kroonk 1ecbcc38ae
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
Add PWA support for MischLabs
2026-05-21 13:56:14 +02:00

35 lines
732 B
JSON

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