{
  "id": "/?source=pwa",
  "name": "KDS — Kitchen Display System",
  "short_name": "KDS",
  "description": "Système d'affichage cuisine multi-tablette (KDS) pour restaurant — vues cuisine, chef, serveur et module Production rôtisserie.",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#1e293b",
  "theme_color": "#1e293b",
  "orientation": "landscape",
  "categories": ["productivity", "business", "food"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vue Production",
      "short_name": "Production",
      "description": "Module Production rôtisserie",
      "url": "/production",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "KDS Cuisine",
      "short_name": "Cuisine",
      "description": "Vue principale cuisine",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "prefer_related_applications": false
}
