{
  "name": "Club Aurora Fitness",
  "short_name": "Aurora",
  "description": "Reserva tus clases, consulta tus pagos y mantente al día con tu club.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#111827",
  "theme_color": "#111827",
  "lang": "es-ES",
  "dir": "ltr",
  "categories": ["health", "fitness", "sports"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reservar clase",
      "short_name": "Reservar",
      "url": "./index.html#classes"
    },
    {
      "name": "Mis reservas",
      "short_name": "Reservas",
      "url": "./index.html#bookings"
    },
    {
      "name": "Mis pagos",
      "short_name": "Pagos",
      "url": "./index.html#billing"
    }
  ]
}
