{
  "name": "Finebat - Gestion BTP",
  "short_name": "Finebat",
  "description": "Gérez vos factures, devis et comptes-rendus vocaux",
  "start_url": "/dashboard/vocal",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#7C3AED",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau CR Vocal",
      "short_name": "CR Vocal",
      "description": "Enregistrer un compte-rendu vocal",
      "url": "/dashboard/vocal?record=true"
    },
    {
      "name": "Nouvelle Facture",
      "short_name": "Facture",
      "description": "Créer une nouvelle facture",
      "url": "/dashboard/invoices/new"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "fr-FR"
}
