Files
mission-control-v2/frontend/dist/manifest.webmanifest
T
HitonabiandClaude Opus 5.5 241e91c03f Später · 19 Handy-Ansicht und installierbare App (ohne Web-Push)
- /handy: Ampel, „Braucht Aufmerksamkeit“ (Rückfragen mit Ja/Nein, rote vor gelben Hinweisen, Geräte ohne Antwort,
  bereite Updates), vier Wege weiter, Knopf „Als App auf dieses Gerät legen“, wo Chrome es anbietet
- Manifest: startet in der Handy-Ansicht, Sprache, Beschreibung, Kurzwege
- Seitenleiste: Handy-Ansicht nur in der Handy-Schublade; Strg+K kennt sie
- BEDIENUNG.md: App aufs Handy legen

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-26 09:39:30 +02:00

44 lines
864 B
JSON

{
"id": "/",
"name": "Homelab Orchestrator",
"short_name": "Orchestrator",
"description": "KI-Box und Homelab auf einen Blick: Ampel, Rückfragen von Lucy, Updates.",
"lang": "de",
"start_url": "/handy",
"scope": "/",
"display": "standalone",
"background_color": "#0e1012",
"theme_color": "#0e1012",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
],
"shortcuts": [
{
"name": "Übersicht",
"url": "/"
},
{
"name": "Updates im Homelab",
"url": "/homelab/updates"
},
{
"name": "Lucys Freiheiten",
"url": "/einstellungen#lucy"
}
]
}