{
  "name": "Claudio",
  "short_name": "Claudio",
  "description": "El asistente de Helmuth",
  "start_url": "/app",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#0A0908",
  "theme_color": "#0A0908",
  "lang": "es",
  "icons": [
    {
      "src": "/app/static/icono-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/static/icono-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "display_override": [
    "fullscreen",
    "standalone"
  ],
  "orientation": "any"
}
