{
  "name": "Online Mathebuch",
  "short_name": "Mathebuch",
  "start_url": "pwa_start.php",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#4a90e2",
  "icons": [
    {
      "src": "pwa-icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "pwa-icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Schüler: Wochenkalender",
      "short_name": "Plan Schüler",
      "description": "Persönlicher Stundenplan und Termine",
      "url": "./stundenplan_schueler.php",
      "icons": [
        {
          "src": "pwa-icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lehrkraft: Klassenplan",
      "short_name": "Plan Lehrer",
      "description": "Stundenplan nach Klassen und Stunden",
      "url": "./stundenplan.php",
      "icons": [
        {
          "src": "pwa-icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
