{
  "name": "gradeZ",
  "short_name": "gradeZ",
  "description": "Schulische Notenerfassung – Mag. Klaus Zettler",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#336bb5",
  "theme_color": "#336bb5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Übersicht",
      "url": "/dashboard/overview.php",
      "icons": [{"src": "/icon.php?size=192", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
