{
  "name": "MindLoop",
  "short_name": "MindLoop",
  "description": "Karteikarten lernen mit Spaced Repetition und KI - fuer die ganze Familie",
  "lang": "de",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#5b6af0",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Heute lernen",
      "short_name": "Heute",
      "description": "Tagliche adaptive Abfrage starten",
      "url": "/heute",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Statistik",
      "short_name": "Stats",
      "description": "Mein Lernverlauf",
      "url": "/statistik",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Neues Set",
      "short_name": "Neu",
      "description": "Karten-Set anlegen",
      "url": "/sets/neu",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
