{
  "name": "Cospel — Financial Copilot",
  "short_name": "Cospel",
  "description": "Your AI-powered personal financial operating system.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Agregar movimiento",
      "short_name": "Agregar",
      "description": "Registrar un gasto o ingreso rapidamente",
      "url": "/quick-add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
