{
  "name": "Gestor de Préstamos",
  "short_name": "Préstamos",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f1f5f9",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icono-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icono-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}