{
  "name": "VfL Berliner Lehrer e.V.",
  "short_name": "VfL Portal",
  "description": "Mitgliederverwaltung und Vereinsportal des VfL Berliner Lehrer e.V.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#a81043",
  "orientation": "portrait-primary",
  "categories": ["sports", "social", "utilities"],
  "lang": "de",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Mein Profil",
      "short_name": "Profil",
      "description": "Persönliches Profil anzeigen und bearbeiten",
      "url": "/?content=mein-profil",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Terminbuchung",
      "short_name": "Termine",
      "description": "Sportplätze und Termine buchen",
      "url": "/?accordion=terminbuchung",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Finanzen",
      "short_name": "Finanzen",
      "description": "Finanzübersicht und Beiträge",
      "url": "/?accordion=finanzen",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}