{
  "name": "LernHub",
  "short_name": "LernHub",
  "description": "Teile Lernblätter und erstelle Lernmaterialien mit KI",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Bibliothek",
      "url": "/app.html",
      "description": "Öffne deine Lernblätter"
    },
    {
      "name": "Erstellen",
      "url": "/generate.html",
      "description": "Neues Lernmaterial generieren"
    }
  ]
}
