{
  "name": "Kabine 11 – VFB 09 Pößneck",
  "short_name": "Kabine 11",
  "description": "Digitale Mannschaftskabine des VFB 09 Pößneck: Spielplan, Aufstellung, Diagnostik und Vereinsverwaltung offline auf dem Handy.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0b1a10",
  "theme_color": "#0b3d20",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["sports", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Spielplan",
      "short_name": "Spielplan",
      "description": "Alle Termine der Mannschaft",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Neuen Termin anlegen",
      "short_name": "Neu",
      "description": "Punktspiel, Pokal, Test oder Event anlegen",
      "url": "/add?utm_source=pwa_shortcut",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Admin-Cockpit",
      "short_name": "Admin",
      "description": "Trainer- und Vereinsverwaltung",
      "url": "/admin?utm_source=pwa_shortcut",
      "icons": [{ "src": "/app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
