{
  "name": "Argentina Superapp",
  "short_name": "Argentina",
  "description": "Chat, Pagos y Servicios en un solo lugar",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#3B82F6",
  "background_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%233B82F6' width='192' height='192'/><text x='50%' y='50%' font-size='100' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='Arial'>🇦🇷</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%233B82F6' width='512' height='512'/><text x='50%' y='50%' font-size='280' dominant-baseline='middle' text-anchor='middle' fill='white' font-family='Arial'>🇦🇷</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["communication", "finance"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23EFF6FF' width='540' height='720'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Nuevo mensaje",
      "short_name": "Chat",
      "description": "Inicia una nueva conversación",
      "url": "/?tab=chat",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='50%' y='50%' font-size='60' dominant-baseline='middle' text-anchor='middle'>💬</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Enviar dinero",
      "short_name": "Pagar",
      "description": "Realiza una transferencia",
      "url": "/?tab=wallet",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='50%' y='50%' font-size='60' dominant-baseline='middle' text-anchor='middle'>💳</text></svg>", "sizes": "96x96" }]
    }
  ]
}
