All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
34 lines
752 B
JSON
34 lines
752 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/favicon-192-v4.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/favicon-512-v4.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/maskable-512-v4.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|