{
  "name": "AgenteUno Dashboard",
  "short_name": "AgenteUno",
  "description": "Gestiona tus agentes de IA y conversaciones",
  "start_url": "/inbox",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "lang": "es",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Bandeja de entrada",
      "short_name": "Bandeja",
      "description": "Ver bandeja unificada de mensajes",
      "url": "/inbox",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Conversaciones",
      "short_name": "Conversaciones",
      "description": "Ver conversaciones activas",
      "url": "/conversations",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contactos",
      "short_name": "Contactos",
      "description": "Gestionar contactos",
      "url": "/contacts",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
