{
  "name": "PCL Hotels Concierge",
  "short_name": "PCL Concierge",
  "description": "Premium hotel concierge service at your fingertips",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#272D69",
  "theme_color": "#272D69",
  "orientation": "portrait",
  "categories": ["lifestyle", "hospitality"],
  "icons": [
    {
      "src": "/pcl-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "In-Room Dining",
      "url": "/concierge/dining",
      "description": "Order food to your room"
    },
    {
      "name": "Chat with Front Office",
      "url": "/concierge/chat",
      "description": "Get instant assistance"
    },
    {
      "name": "Make Reservation",
      "url": "/reservation",
      "description": "Book a table at our restaurants"
    }
  ]
}
