{
  "name": "LunchBox",
  "short_name": "LunchBox",
  "description": "Gestionnaire de lunch pour les enfants",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFBF5",
  "theme_color": "#1A1A2E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
