{
  "name": "Clobo",
  "short_name": "Clobo",
  "description": "Tu salud financiera, en orden.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F0E0C",
  "theme_color": "#C9A96E",
  "lang": "es-CO",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Agregar transacción", "url": "/flujo", "short_name": "Tx" },
    { "name": "Presupuesto",         "url": "/presupuesto", "short_name": "Plan" },
    { "name": "Patrimonio",          "url": "/patrimonio",  "short_name": "Patrim" }
  ]
}
