{
  "name": "AGYS Coach",
  "short_name": "AGYS Coach",
  "description": "Coach aquatique gratuit avec vidéos, parcours progressifs, suivi adaptatif, statistiques, rappels et aperçu AR.",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#063542",
  "theme_color": "#063542",
  "lang": "fr-FR",
  "categories": [
    "fitness",
    "health",
    "sports"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Séance du jour",
      "short_name": "Séance",
      "url": "./index.html#today",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Calendrier",
      "short_name": "Calendrier",
      "url": "./index.html#calendar",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Défis AGYS",
      "short_name": "Défis",
      "url": "./index.html#challenges",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Hydratation du jour",
      "short_name": "Hydratation",
      "url": "./index.html#hydration",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}