{
  "id": "/",
  "name": "DSD PRO",
  "short_name": "DSD PRO",
  "description": "Application de gestion de stock, vente et recouvrement terrain DSD",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle Vente",
      "short_name": "Ventes",
      "description": "Créer une nouvelle vente ou bon de commande",
      "url": "/?tab=ventes",
      "icons": [{ "src": "/icons/shortcut-ventes.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Portefeuille Clients",
      "short_name": "Clients",
      "description": "Consulter et géolocaliser les clients",
      "url": "/?tab=clients",
      "icons": [{ "src": "/icons/shortcut-clients.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "État du Stock",
      "short_name": "Stock",
      "description": "Vérifier le stock camion et magasin",
      "url": "/?tab=stock",
      "icons": [{ "src": "/icons/shortcut-stock.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Recouvrement & Créances",
      "short_name": "Recouvrement",
      "description": "Suivi des règlements et créances clients",
      "url": "/?tab=recouvrement",
      "icons": [{ "src": "/icons/shortcut-recouvrement.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}

