{
  "name": "LasLucas — Presupuesto 50/30/20",
  "short_name": "LasLucas",
  "description": "Control total de tu dinero: presupuesto 50/30/20, simple y privado.",
  "start_url": "app.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#f8fafc",
  "lang": "es",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Nuevo gasto",
      "short_name": "Nuevo gasto",
      "url": "app.html?action=new-expense",
      "icons": [{ "src": "icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
