{
  "name": "WashLink",
  "short_name": "WashLink",
  "description": "On-demand laundry marketplace connecting customers, vendors, and riders.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "categories": ["lifestyle", "shopping", "utilities"],
  "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" }
  ],
  "shortcuts": [
    { "name": "New order", "short_name": "Order", "url": "/customer/new" },
    { "name": "My orders", "short_name": "Orders", "url": "/customer" }
  ]
}
