{
  "name": "Mis Gastos",
  "short_name": "Gastos",
  "description": "Control de gastos personales por tarjeta y período.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111827",
  "theme_color": "#111827",
  "lang": "es-AR",
  "icons": [
    { "src": "favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Mis Notas", "url": "./notas.html" },
    { "name": "Historial", "url": "./historial.html" }
  ]
}
