{
  "name": "OrderWayz Courier",
  "short_name": "OrderWayz",
  "description": "Rider delivery application for OrderWayz courier service",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#FF6A00",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/img/1-1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/img/1-1.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Active Orders",
      "short_name": "Orders",
      "description": "View your active delivery orders",
      "url": "/orders",
      "icons": [{ "src": "/img/1-1.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/profile",
      "icons": [{ "src": "/img/1-1.jpg", "sizes": "192x192" }]
    }
  ]
}
