All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 10s
34 lines
743 B
JSON
34 lines
743 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?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"
|
|
}
|
|
]
|
|
}
|