{
  "name": "Notiflow - Suivi de Commande",
  "short_name": "Notiflow",
  "description": "Suivez votre commande et recevez une notification quand elle est prête",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#252D35",
  "theme_color": "#6B7B8D",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
