{
  "name": "Nexaserve",
  "short_name": "Nexaserve",
  "description": "Système de gestion de restaurant — commandes, caisse, cuisine",
  "start_url": "https://nexaserveapp.com/",
  "scope": "https://nexaserveapp.com/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f1a",
  "theme_color": "#C9A84C",
  "lang": "fr",
  "categories": [
    "business",
    "food"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}