{
  "name": "HTA - Hawleu Transfers & Tours",
  "short_name": "HTA Tours",
  "description": "Premium airport transfers and guided tours across Namibia",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FF6B35",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "tourism", "transport"],
  "shortcuts": [
    {
      "name": "Book Shuttle",
      "short_name": "Shuttle",
      "description": "Book airport transfer",
      "url": "/booking-shuttle.php",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Tours",
      "short_name": "Tours",
      "description": "Browse tour packages",
      "url": "/tours.php",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your bookings",
      "url": "/portal.php",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}