{
  "name": "LEONSON KPODAR  - Gestion de Distribution de boissons",
  "short_name": "LEONSON KPODAR ERP",
  "description": "Système de gestion intégré pour la gestion des ventes, stocks, crédits et consignes",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/static/img/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle Vente",
      "short_name": "Vente",
      "description": "Créer une nouvelle vente",
      "url": "/ventes/nouvelle/",
      "icons": [{ "src": "/static/img/shortcut-sales.webp", "sizes": "96x96" }]
    },
    {
      "name": "Nouveau Paiement",
      "short_name": "Paiement",
      "description": "Enregistrer un paiement",
      "url": "/paiements/nouveau/",
      "icons": [{ "src": "/static/img/shortcut-payment.png", "sizes": "96x96" }]
    },
    {
      "name": "Retour Consigne",
      "short_name": "Consigne",
      "description": "Enregistrer un retour de consigne",
      "url": "/consignes/retour/",
      "icons": [{ "src": "/static/img/shortcut-consigne.webp", "sizes": "96x96" }]
    },
    {
      "name": "Rapports",
      "short_name": "Rapports",
      "description": "Voir les rapports",
      "url": "/rapports/",
      "icons": [{ "src": "/static/img/shortcut-reports.webp", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://LEONSON KPODARerp.com/manifest.json"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/static/img/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Tableau de bord principal"
    },
    {
      "src": "/static/img/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Gestion des ventes"
    },
    {
      "src": "/static/img/screenshot-3.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Mode hors ligne"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/import/",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+LEONSON KPODAR",
      "url": "/handle-protocol?uri=%s"
    }
  ]
}