{
  "name": "Tiwa",
  "short_name": "Tiwa",
  "description": "KI-gestützte Plattform für stationäre Jugendhilfe",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#506B87",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "medical"],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tiwa Dashboard - Desktop Ansicht"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "640x1388",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tiwa - Mobile Ansicht"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Fallanalyse",
      "short_name": "Fallanalyse",
      "description": "Starte eine neue KI-gestützte Fallanalyse",
      "url": "/case-analysis",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Einrichtungen suchen",
      "short_name": "Suche",
      "description": "Durchsuche Einrichtungen",
      "url": "/facilities-list",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Karte",
      "short_name": "Karte",
      "description": "Öffne die Einrichtungskarte",
      "url": "/facilities-map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}