{
  "name": "Control de Gastos",
  "short_name": "Gastos",
  "description": "App personal para controlar ingresos, egresos y gastos por categoria.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f2f6f3",
  "theme_color": "#17616d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
