 {
  "name": "🏨 Hotel Olanchano",
  "short_name": "Hotel 🏨",
  "description": "Hotel Olanchano: habitaciones confortables, servicios exclusivos y atención excepcional. Reserva tu estadía y disfruta una experiencia inolvidable.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "es",
  "dir": "ltr",
  "icons": [
    {
      "src": "./public/img/icons/logo-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./public/img/icons/logo-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "hotel", "lifestyle"],
  "screenshots": [
    {
      "src": "./public/img/galeria/1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Reservar",
      "short_name": "Reservar",
      "description": "Hacer una reserva por WhatsApp",
      "url": "./index.html#contacto",
      "icons": [{ "src": "./public/img/icons/logo-pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Galería",
      "short_name": "Galería",
      "description": "Ver fotos de nuestras instalaciones",
      "url": "./index.html#galeria",
      "icons": [{ "src": "./public/img/icons/logo-pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
