{
  "name": "Nirvana Resort & Spa — Hotel App",
  "short_name": "Nirvana",
  "description": "Your digital hotel experience, powered by ODA.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FFFFFF",
  "theme_color": "#1A2E52",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "/oda-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check-in",
      "short_name": "Check-in",
      "url": "/check-in",
      "description": "Complete your arrival forms"
    },
    {
      "name": "Room Service",
      "short_name": "Service",
      "url": "/services",
      "description": "Call for service, order food, or request anything"
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Browse the hotel's facilities and services"
    }
  ],
  "prefer_related_applications": false
}
