{
  "name": "KOMPTA",
  "short_name": "KOMPTA",
  "description": "Application de gestion d'entreprise intelligente",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111318",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "lang": "fr-FR",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle vente POS",
      "short_name": "POS",
      "description": "Encaisser une vente rapidement",
      "url": "/pos",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Nouvelle facture",
      "short_name": "Facturer",
      "description": "Créer une facture client",
      "url": "/billing",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Mes groupes",
      "short_name": "Groupes",
      "description": "Accéder à mes groupes/organisations",
      "url": "/groups",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
