{
  "name": "Finanzas Control Pro",
  "short_name": "Finanzas",
  "description": "Tu asistente financiero personal con IA. Controla ingresos, egresos y objetivos de ahorro.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#8B5CF6",
  "background_color": "#FAFAFA",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%238B5CF6' width='192' height='192'/><text x='50%' y='50%' font-size='100' font-weight='bold' text-anchor='middle' dy='.3em' fill='white' font-family='system-ui'>₡</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='%238B5CF6' width='512' height='512'/><text x='50%' y='50%' font-size='300' font-weight='bold' text-anchor='middle' dy='.3em' fill='white' font-family='system-ui'>₡</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23FAFAFA' width='540' height='720'/><rect fill='%238B5CF6' width='540' height='100'/><text x='270' y='60' font-size='32' font-weight='bold' text-anchor='middle' fill='white' font-family='system-ui'>Finanzas Control Pro</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Agregar Transacción",
      "short_name": "Transacción",
      "description": "Agrega rápidamente un ingreso o egreso",
      "url": "/?action=add-transaction",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%238B5CF6' width='96' height='96' rx='20'/><text x='48' y='48' font-size='50' font-weight='bold' text-anchor='middle' dy='.3em' fill='white' font-family='system-ui'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Ver Objetivos",
      "short_name": "Objetivos",
      "description": "Visualiza tus metas de ahorro",
      "url": "/?action=view-goals",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%238B5CF6' width='96' height='96' rx='20'/><text x='48' y='48' font-size='50' font-weight='bold' text-anchor='middle' dy='.3em' fill='white' font-family='system-ui'>🎯</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
