{
  "id": "/accueil",
  "name": "Stock Mobile",
  "short_name": "Stock Mobile",
  "description": "Gestion de stock simple pour commerçants.",
  "start_url": "/accueil",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fffcf9",
  "theme_color": "#ea580c",
  "orientation": "portrait",
  "lang": "fr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Nouvelle vente", "short_name": "Vente", "url": "/vente" },
    { "name": "Mon stock", "short_name": "Stock", "url": "/stock" },
    { "name": "Assistant vocal", "short_name": "Parler", "url": "/parler" }
  ],
  "share_target": {
    "action": "/parler",
    "method": "GET",
    "params": { "text": "text" }
  }
}
