{
  "name": "Hotel Shazeb International",
  "short_name": "Shazeb Hotels",
  "description": "Luxury Hotels in Hyderabad - Book rooms online at Hotel Shazeb International",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e88e5",
  "orientation": "portrait-primary",
  "scope": "./",
  "icons": [
    {
      "src": "img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["travel", "lifestyle"],
  "shortcuts": [
    {
      "name": "Book Online",
      "short_name": "Book",
      "description": "Book a room online",
      "url": "rooms_listing.php",
      "icons": [
        {
          "src": "img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Portal Login",
      "short_name": "Login",
      "description": "Admin portal login",
      "url": "login.php",
      "icons": [
        {
          "src": "img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ]
}
