{
  "name": "Capteur Reflux",
  "short_name": "Reflux",
  "description": "Suivi de la détox anti-reflux laryngopharyngé (protocole Dr Koufman). Scanner d'aliments, score RSI, recettes compatibles et règles de vie.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafbfc",
  "theme_color": "#0b1628",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Score RSI",
      "short_name": "RSI",
      "description": "Faire le test hebdomadaire",
      "url": "./index.html#rsi",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scanner",
      "short_name": "Scan",
      "description": "Scanner un aliment",
      "url": "./index.html#scanner",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recettes",
      "short_name": "Recettes",
      "description": "Recettes compatibles détox",
      "url": "./index.html#recipes",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
