{
  "name": "La Divine Santé - Gestion de Pharmacies",
  "short_name": "La Divine",
  "description": "Application de gestion financière pour le groupe de pharmacies La Divine",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "any",
  "dir": "ltr",
  "lang": "fr-FR",
  "categories": ["business", "productivity", "medical", "finance"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/ic_launcher/72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/ic_launcher/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau Rapport",
      "short_name": "Rapport",
      "description": "Créer un rapport journalier",
      "url": "/daily-report",
      "icons": [{ "src": "/ic_launcher/192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tableau de bord",
      "short_name": "Accueil",
      "description": "Voir le tableau de bord",
      "url": "/",
      "icons": [{ "src": "/ic_launcher/192.png", "sizes": "192x192" }]
    },
    {
      "name": "Crédits Clients",
      "short_name": "Crédits",
      "description": "Gérer les crédits",
      "url": "/credit-management",
      "icons": [{ "src": "/ic_launcher/192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tableau de bord principal"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vue mobile"
    }
  ],
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
