{
  "name": "Situ",
  "short_name": "Situ",
  "description": "Order from local vendors near you. Fast delivery, real-time tracking, and mobile payments.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#163d4e",
  "orientation": "portrait-primary",
  "categories": ["food", "shopping", "lifestyle"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Stores",
      "short_name": "Explore",
      "description": "Discover local vendors near you",
      "url": "/discover",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Send a Parcel",
      "short_name": "Parcel",
      "description": "Send a parcel quickly across town",
      "url": "/send-parcel/preview",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
