{
  "name": "NotenTool",
  "short_name": "NotenTool",
  "description": "Schulische Notenerfassung für Lehrer",
  "start_url": "/dashboard/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Übersicht",
      "url": "/dashboard/overview.php",
      "icons": [{"src": "/icon.php?size=96", "sizes": "96x96", "type": "image/png"}]
    }
  ]
}
