homeos/public/manifest.webmanifest

57 lines
1.5 KiB
JSON

{
"name": "HomeOS",
"short_name": "HomeOS",
"description": "Selbst-gehostete Haussteuerung — Räume, Geräte, Automationen.",
"id": "/",
"start_url": "/dashboard",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"orientation": "any",
"background_color": "#080D18",
"theme_color": "#0D1424",
"lang": "de",
"dir": "ltr",
"categories": ["utilities", "lifestyle"],
"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/icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "Steuerung",
"short_name": "Steuerung",
"url": "/panel",
"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
},
{
"name": "Räume",
"short_name": "Räume",
"url": "/rooms",
"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
}
]
}