{
  "name": "Cantia",
  "short_name": "Cantia",
  "description": "Gestion de patrimoine, fiscalité et coach IA français",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#071222",
  "theme_color": "#00E676",
  "lang": "fr-FR",
  "dir": "ltr",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "text/csv",
            "application/csv",
            "application/vnd.ms-excel",
            "text/plain",
            "application/pdf",
            "image/png",
            "image/jpeg",
            "image/webp",
            "image/heic",
            "image/heif"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Budget",
      "short_name": "Budget",
      "url": "/dashboard/budget",
      "description": "Voir votre budget du mois"
    },
    {
      "name": "Patrimoine",
      "short_name": "Patrimoine",
      "url": "/dashboard/patrimoine",
      "description": "Voir votre patrimoine"
    },
    {
      "name": "Trading",
      "short_name": "Trading",
      "url": "/dashboard/trading",
      "description": "Votre journal de trading"
    },
    {
      "name": "Génius",
      "short_name": "Génius",
      "url": "/dashboard/genius-ia",
      "description": "Coach IA Cantia"
    }
  ]
}
