{
  "name": "NissRide",
  "short_name": "NissRide",
  "description": "NissRide — on-demand deliveries and boda rides with live driver matching and M-Pesa checkout.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e1116",
  "theme_color": "#0e1116",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "lang": "en-KE",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Request delivery",
      "short_name": "Deliver",
      "description": "Open the NissRide delivery flow",
      "url": "/deliveries",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track my order",
      "short_name": "Track",
      "description": "Live delivery tracking on NissRide",
      "url": "/tracking",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Delivery updates",
      "short_name": "Updates",
      "description": "View delivery status and support updates",
      "url": "/updates",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
