{
  "name": "VIC-BOT - Asistente Virtual con IA",
  "short_name": "VIC-BOT",
  "description": "Chatbot inteligente 24/7 para tu negocio. Responde preguntas, da turnos, muestra precios y ayuda a vender.",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#0a0a1a",
  "background_color": "#0a0a1a",
  "orientation": "portrait",
  "scope": "/",
  "lang": "es",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "bot-open.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "bot-open.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla principal del chatbot"
    }
  ],
  "shortcuts": [
    {
      "name": "Abrir Chat",
      "short_name": "Chat",
      "description": "Abrir el asistente virtual",
      "url": "/?openChat=true",
      "icons": [
        {
          "src": "bot-open.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}