{
  "short_name": "City Courier",
  "name": "City Courier Services",
  "description": "Courier operations dashboard: package scanning, deliveries, billing and fleet management.",
  "icons": [
    {
      "src": "favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2065D1",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Scan Package",
      "short_name": "Scan",
      "url": "/scan-package",
      "icons": [{ "src": "favicon/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Out for Delivery",
      "short_name": "Out",
      "url": "/scan-out-of-delivery",
      "icons": [{ "src": "favicon/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mark Delivered",
      "short_name": "Delivered",
      "url": "/delivered",
      "icons": [{ "src": "favicon/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
