{
  "name": "SportTrack",
  "short_name": "SportTrack",
  "description": "Application de suivi sportif avec IA",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/desktop_view.png",
      "sizes": "2853x1621",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/screenshots/mobile_view.png",
      "sizes": "646x1398",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}