{
  "id": "/",
  "name": "VANRENTALPH - Van Rental with Driver",
  "short_name": "VANRENTALPH",
  "description": "Book LTFRB-registered van rentals with professional drivers for airport transfers, corporate travel, family trips, tours, and out-of-town destinations across the Philippines.",
  "lang": "en",
  "dir": "ltr",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait-primary",

  "theme_color": "#0284c7",
  "background_color": "#f8fafc",

  "categories": [
    "travel",
    "business"
  ],

  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Book a Van",
      "short_name": "Book",
      "description": "Create a new booking",
      "url": "/book",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/dashboard/bookings",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}