{
  "name": "CalFin — Control Financiero",
  "short_name": "CalFin",
  "description": "Tu copiloto financiero personal para Costa Rica: flujo diario, deudas y proyecciones con IA.",
  "lang": "es",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0A0E14",
  "theme_color": "#0A0E14",
  "icons": [
    { "src": "/brand/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/brand/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/brand/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "file", "accept": ["image/jpeg", "image/png", "image/webp", "application/pdf"] }
      ]
    }
  }
}
