{
  "name": "Scuba Travel Guest Portal",
  "short_name": "Scuba Travel",
  "description": "Secure guest portal for Scuba Travel bookings.",
  "start_url": "/guest-portal/portal.php",
  "scope": "/guest-portal/",
  "display": "standalone",
  "background_color": "#004b7d",
  "theme_color": "#004b7d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/guest-portal/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/guest-portal/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}