{
  "name": "TriTrainer",
  "short_name": "TriTrainer",
  "description": "Application d'entraînement triathlon",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f5",
  "theme_color": "#2563eb",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Mon plan",
      "short_name": "Plan",
      "description": "Voir le plan de la semaine",
      "url": "/?widget=plan",
      "icons": [{ "src": "/icons/plan-shortcut.svg", "sizes": "96x96" }]
    },
    {
      "name": "Sync Strava",
      "short_name": "Sync",
      "description": "Synchroniser les activités",
      "url": "/profile?action=sync",
      "icons": [{ "src": "/icons/sync-shortcut.svg", "sizes": "96x96" }]
    },
    {
      "name": "Logger RPE",
      "short_name": "RPE",
      "description": "Logger votre ressenti",
      "url": "/?widget=rpe",
      "icons": [{ "src": "/icons/rpe-shortcut.svg", "sizes": "96x96" }]
    }
  ]
}
