{
  "name": "Afiya Business",
  "short_name": "Afiya",
  "description": "Gestion de stock, clients et facturation pour commerçants en Afrique de l'Ouest",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#059669",
  "lang": "fr",
  "categories": ["business", "finance", "productivity"],
  "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": "Nouveau produit",
      "short_name": "Produit",
      "description": "Ajouter un produit au stock",
      "url": "/?tab=stock",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nouvelle facture",
      "short_name": "Facture",
      "description": "Créer une facture",
      "url": "/?tab=invoice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
