{
  "name": "Spielidee – Lern-App für den Breitensport",
  "short_name": "Spielidee",
  "description": "Wiederhole online, was dir dein Coach auf dem Platz zeigt.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Trainerbereich",
      "short_name": "Trainer",
      "description": "Team verwalten, Themen freischalten, Fortschritt sehen",
      "url": "/trainer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Lernthemen",
      "short_name": "Lernen",
      "description": "Alle Lernthemen ansehen",
      "url": "/lernen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
