{
  "short_name": "NAH",
  "name": "NAH - Notfall Assistent Hilfe",
  "description": "Dein Notfall-Begleiter: Schnelle Hilfe in jeder Krise. Offline verfuegbar, mehrsprachig, barrierefrei.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#dc2626",
  "background_color": "#ffffff",
  "categories": ["medical", "utilities"],
  "lang": "de",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Notfall-Assistent",
      "short_name": "Assistent",
      "description": "KI-Notfall-Chat starten",
      "url": "./assistant",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Foto analysieren",
      "short_name": "Foto",
      "description": "Verletzung per Foto analysieren",
      "url": "./foto-analyse",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
