{
  "name": "Fantasy Squad - Premium Fantasy-Fußball",
  "short_name": "Fantasy Squad",
  "version": "0.1.2",
  "description": "Treten Sie der Premium-Fantasy-Fußball-Plattform mit schöner UI und erweiterten Funktionen bei. Verwalten Sie Ihr Team, nehmen Sie an Auktionen teil und konkurrieren Sie mit Freunden.",
  "start_url": "/homepage",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#10B981",
  "theme_color": "#10B981",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": [
    "sports",
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Liga-Übersicht",
      "short_name": "Übersicht",
      "description": "Zeigen Sie Ihr Liga-Dashboard und Aktivitäten an",
      "url": "/homepage",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Mannschaften",
      "short_name": "Teams",
      "description": "Alle Mannschaften in Ihrer Liga anzeigen",
      "url": "/teams",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tabelle",
      "short_name": "Tabelle",
      "description": "Liga-Tabelle und Rangliste anzeigen",
      "url": "/table",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Fantasy Squad Dashboard"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fantasy Squad Mobile-Ansicht"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
