{
  "name": "Courier Customer Portal",
  "short_name": "Courier",
  "description": "Book courier services on demand - parcels, freight, furniture, taxi, and tow trucks",
  "start_url": "/book/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["logistics", "transportation"],
  "screenshots": [
    {
      "src": "/img/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png"
    },
    {
      "src": "/img/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Parcel",
      "short_name": "Parcel",
      "description": "Book a parcel delivery",
      "url": "/book/parcel-page.php",
      "icons": [
        {
          "src": "/img/icon-parcel.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Book Freight",
      "short_name": "Freight",
      "description": "Book freight delivery",
      "url": "/book/freight-page.php",
      "icons": [
        {
          "src": "/img/icon-freight.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track your orders",
      "url": "/book/mybooking.php",
      "icons": [
        {
          "src": "/img/icon-track.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
