{
  "name": "TeamFilz",
  "short_name": "TeamFilz",
  "description": "Terminverwaltung und RSVP für die Mannschaft",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0d1b2a",
  "theme_color": "#0d1b2a",
  "lang": "de",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "icon-dark.png",
      "sizes": "477x476",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-dark.png",
      "sizes": "477x476",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Termine",
      "short_name": "Termine",
      "url": "/?shortcut=termine",
      "description": "Alle Termine anzeigen",
      "icons": [{ "src": "icon-dark.png", "sizes": "477x476" }]
    },
    {
      "name": "Abwesenheit",
      "short_name": "Abwesenheit",
      "url": "/?shortcut=abwesenheit",
      "description": "Abwesenheit eintragen",
      "icons": [{ "src": "icon-dark.png", "sizes": "477x476" }]
    }
  ]
}
