{
  "name": "BimStrength Football",
  "short_name": "BS Football",
  "description": "Plateforme de gestion d'entraînement football — séances, joueurs, stats, vidéos",
  "start_url": "/football/fr/dashboard",
  "scope": "/football/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#10b981",
  "orientation": "any",
  "categories": ["sports", "fitness", "productivity"],
  "icons": [
    {
      "src": "/football/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/football/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/football/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouvelle séance",
      "short_name": "Séance",
      "url": "/football/fr/dashboard/seances/nouvelle",
      "icons": [{ "src": "/football/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Joueurs",
      "short_name": "Joueurs",
      "url": "/football/fr/dashboard/joueurs",
      "icons": [{ "src": "/football/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
