{
  "id": "/app.html",
  "name": "Caisse Carrée — Le logiciel de gestion tout-en-un",
  "short_name": "Caisse Carrée",
  "description": "Caisse Carré, le logiciel de gestion tout-en-un pour votre Entreprise — ventes, stocks, comptabilité, paie.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "handle_links": "preferred",
  "background_color": "#071B33",
  "theme_color": "#0B2540",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon_cc_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon_cc_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon_cc.ico",
      "sizes": "64x64",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ]
}
