{
  "name": "The Bok Phú Quốc",
  "short_name": "The Bok",
  "description": "The Bok Hotel Grand World Phú Quốc - đặt phòng, dịch vụ và hỗ trợ khách lưu trú.",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#08213d",
  "background_color": "#ffffff",
  "lang": "vi",
  "icons": [
    {
      "src": "/assets/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "travel",
    "hotel",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Đặt phòng",
      "short_name": "Đặt phòng",
      "url": "/booking.php?source=pwa",
      "icons": [
        {
          "src": "/assets/img/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Tra cứu booking",
      "short_name": "Tra cứu",
      "url": "/lookup_booking.php?source=pwa",
      "icons": [
        {
          "src": "/assets/img/pwa-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}