{
  "name": "Sport Tracker - Nutrition & Performance",
  "short_name": "Sport Tracker",
  "description": "Suivi nutritionnel et performance athlétique personnalisé",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050706",
  "theme_color": "#050706",
  "prefer_related_applications": false,
  "categories": ["health", "fitness"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23050706' width='540' height='720'/><text x='270' y='360' font-size='44' fill='%23c8ff3d' text-anchor='middle' dominant-baseline='central' font-weight='bold'>SPORT TRACKER</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23c8ff3d' width='192' height='192' rx='48'/><text x='50%25' y='50%25' font-size='104' fill='%230a0d0b' text-anchor='middle' dominant-baseline='central' font-weight='bold'>↗</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23c8ff3d' width='192' height='192'/><text x='50%25' y='50%25' font-size='84' fill='%230a0d0b' text-anchor='middle' dominant-baseline='central' font-weight='bold'>↗</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ajouter un aliment",
      "short_name": "Aliment",
      "description": "Ouvrir directement l'ajout de protéines",
      "url": "./index.html?action=addFood",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>🍎</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Ajouter une séance",
      "short_name": "Séance",
      "description": "Enregistrer la séance du jour",
      "url": "./index.html?action=addWorkout",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>💪</text></svg>", "sizes": "96x96" }]
    }
  ]
}
