{
  "name": "Auriva - Presupuesto y Ahorro",
  "short_name": "Auriva",
  "description": "Plan, Budget, Grow — tu presupuesto en la nube",
  "start_url": "/",
  "scope": "/",
  
  /* 🎨 DISPLAY: "standalone" hace que la app se abra como una app nativa, sin navegador */
  "display": "standalone",
  
  /* 📱 ORIENTATION: Portrait es mejor para móvil */
  "orientation": "portrait-primary",
  
  /* 🎨 COLORES: Match con tu brand de Auriva */
  "background_color": "#ffffff",
  "theme_color": "#FF2D8D",
  
  /* 🎨 ICONOS: IMPORTANTE - Estos SVGs son la fuente de tu ícono de app
     - sizes: Especifica el tamaño
     - purpose: "any" = for normal app icon, "maskable" = para Safe Area (borde redondeado seguro)
     - Ambos tipos ayudan a que se vea bien en todos los navegadores
  */
  "icons": [
    {
      "src": "auriva_icon_principal.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "auriva_icon_principal.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "auriva_icon_principal.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "auriva_icon_principal.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  
  /* 🖼️ SCREENSHOTS: Para mostrar en la pantalla de instalación en navegadores */
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><defs><linearGradient id='bg' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23FF2D8D'/><stop offset='100%' style='stop-color:%2300D4FF'/></linearGradient></defs><rect fill='url(%23bg)' width='540' height='720'/><circle cx='270' cy='200' r='80' fill='%23ffffff' opacity='0.9'/><text x='270' y='400' font-size='48' font-weight='bold' fill='%23ffffff' text-anchor='middle' font-family='system-ui'>Auriva</text><text x='270' y='480' font-size='20' fill='%23ffffff' text-anchor='middle' font-family='system-ui' opacity='0.9'>Tu presupuesto en la nube</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  
  /* ⌨️ SHORTCUTS: Botones rápidos que aparecen al hacer long-press en el ícono */
  "shortcuts": [
    {
      "name": "Agregar movimiento",
      "short_name": "Nuevo gasto",
      "description": "Registra un gasto rápido",
      "url": "/?tab=movimientos",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><defs><linearGradient id='btnGrad' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23FF2D8D'/><stop offset='100%' style='stop-color:%2300D4FF'/></linearGradient></defs><rect fill='url(%23btnGrad)' width='96' height='96' rx='20'/><text x='48' y='65' font-size='50' fill='%23ffffff' text-anchor='middle' font-weight='bold'>+</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  
  /* 🏷️ CATEGORIES: Para que los app stores sepan en qué categoría clasificar tu app */
  "categories": ["finance", "productivity"],
  
  /* 🔧 PREFER RELATED APPLICATIONS: false = no sugerir versiones en app stores */
  "prefer_related_applications": false
}
