{
  "name": "Cacao+ – Projet Étudiant",
  "short_name": "Cacao+",
  "description": "Application agricole intelligente pour les planteurs de cacao. Diagnostic IA, marché et récolte.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "background_color": "#FF6600",
  "theme_color": "#FF6600",
  "lang": "fr",
  "categories": ["agriculture", "productivity", "education"],
  "icons": [
    { "src": "icons/icon-72.png",       "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png",       "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-128.png",      "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png",      "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png",      "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-180.png",      "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png",      "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png",      "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",      "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "IA Vision",
      "short_name": "IA",
      "description": "Diagnostic expert IA de votre cacaoyer",
      "url": "./index.html#tools",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Marché",
      "short_name": "Marché",
      "description": "Boutique et intrants agricoles",
      "url": "./index.html#market",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
