{
  "name": "LehrerHeld",
  "short_name": "LehrerHeld",
  "description": "Web-App fuer Lehrkraefte — Klassen, Noten, Stundenplan, Mitarbeit, Zeiterfassung und mehr.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "de",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "icons": [
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icons/icon-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
    { "src": "/icon.svg", "type": "image/svg+xml", "sizes": "any", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Stundenplan", "short_name": "Plan", "url": "/timetable", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Mitarbeit", "short_name": "Mitarbeit", "url": "/mitarbeit", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Zeiterfassung", "short_name": "Zeit", "url": "/time", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Todos", "short_name": "Todos", "url": "/todos", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
