{
  "name": "Volt — Facturation",
  "short_name": "Volt",
  "description": "Application de facturation professionnelle française",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "fr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "/icon-72.png",       "sizes": "72x72",     "type": "image/png" },
    { "src": "/icon-96.png",       "sizes": "96x96",     "type": "image/png" },
    { "src": "/icon-128.png",      "sizes": "128x128",   "type": "image/png" },
    { "src": "/icon-144.png",      "sizes": "144x144",   "type": "image/png" },
    { "src": "/icon-152.png",      "sizes": "152x152",   "type": "image/png" },
    { "src": "/icon-192.png",      "sizes": "192x192",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png",      "sizes": "384x384",   "type": "image/png" },
    { "src": "/icon-512.png",      "sizes": "512x512",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable.png", "sizes": "512x512",   "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-1024.png",     "sizes": "1024x1024", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle facture",
      "url": "/factures/nouvelle",
      "description": "Créer une nouvelle facture",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Nouveau devis",
      "url": "/devis/nouvelle",
      "description": "Créer un nouveau devis",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
