{
  "name": "PLAN – Pflege Learn App NRW",
  "short_name": "PLAN",
  "description": "Lernassistent für die Pflegeausbildung – Quiz, Fälle, KI-Chat und Karteikarten für alle 7 Ausbildungswege",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1a35",
  "theme_color": "#050c18",
  "lang": "de",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "medical"
  ],
  "shortcuts": [
    {
      "name": "Quiz starten",
      "short_name": "Quiz",
      "url": "/?screen=quiz",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}