{
  "name": "Vega Delivery",
  "short_name": "Vega Delivery",
  "description": "On-demand package delivery service for Lagos, Nigeria",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en-NG",
  "dir": "ltr",
  "display": "standalone",
  "theme_color": "#0d9488",
  "background_color": "#F0FDFA",
  "orientation": "portrait-primary",
  "categories": ["business", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/badge-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Delivery",
      "short_name": "Book",
      "url": "/book",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/order-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Book a delivery on your phone"
    },
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Manage your deliveries"
    }
  ]
}
