{
  "name": "Agente WhatsApp",
  "short_name": "Agente WA",
  "description": "Dashboard para WhatsApp bot con transacciones financieras y chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "categories": ["business", "productivity"],
  "screenshots": [],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver Transacciones",
      "short_name": "Transacciones",
      "url": "/",
      "description": "Ver lista de transacciones"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}