{
  "id": "/?source=pwa",
  "name": "Wattrelos FC - U13 Management",
  "short_name": "U13 WFC",
  "description": "Application mobile-first de gestion pour l'équipe U13 du Wattrelos FC (Roster, Présences, Permis de jouer, Convocations Foot à 8).",
  "lang": "fr-FR",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#1d4ed8",
  "orientation": "portrait",
  "categories": [
    "sports",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gestion de l'effectif et convocations Wattrelos FC U13"
    }
  ],
  "shortcuts": [
    {
      "name": "Match Day",
      "short_name": "Matchs",
      "description": "Accès direct au tableau de composition de match",
      "url": "/?tab=dispatch",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Présences",
      "short_name": "Présences",
      "description": "Pointage rapide des entraînements",
      "url": "/?tab=attendances",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
