{
  "name": "FlowOps SAV",
  "short_name": "FlowOps",
  "description": "FlowOps — Gestion SAV et Interventions Terrain",
  "theme_color": "#6366f1",
  "background_color": "#0f0f1a",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "scope": "/",
  "start_url": "/?source=pwa",
  "id": "flowops-sav",
  "lang": "fr",
  "dir": "ltr",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "assets/nerobel-small-logo.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes Tickets",
      "short_name": "Tickets",
      "description": "Voir mes tickets en cours",
      "url": "/tickets?source=pwa-shortcut",
      "icons": [{ "src": "assets/icon-512.png", "sizes": "192x192" }]
    },
    {
      "name": "Tableau de Bord",
      "short_name": "Dashboard",
      "description": "Accéder au tableau de bord",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "assets/icon-512.png", "sizes": "192x192" }]
    },
    {
      "name": "Mes Interventions",
      "short_name": "Interventions",
      "description": "Voir mes interventions",
      "url": "/interventions?source=pwa-shortcut",
      "icons": [{ "src": "assets/icon-512.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}