{
  "name": "CASA BLISS - Luxury Hotel Management",
  "short_name": "CASA BLISS",
  "description": "Premium hotel booking and management platform",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "theme_color": "#1c1917",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "travel"],
  "shortcuts": [
    {
      "name": "View Bookings",
      "short_name": "Bookings",
      "description": "View your hotel bookings",
      "url": "/bookings",
      "icons": [
        {
          "src": "/shortcut-bookings.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Check In",
      "short_name": "Check In",
      "description": "Check in to your booking",
      "url": "/checkin",
      "icons": [
        {
          "src": "/shortcut-checkin.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
