{
  "name": "HelloLaundry",
  "short_name": "HelloLaundry",
  "description": "Jijiga's #1 Laundry & Cleaning Service",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0C1A2E",
  "theme_color": "#0EA5E9",
  "lang": "en",
  "scope": "/",
  "icons": [
    { "src": "/static/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/static/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Order",  "url": "/customer/order/new",  "description": "Place a laundry order" },
    { "name": "My Orders",  "url": "/customer/orders",     "description": "Track my orders" },
    { "name": "Live Chat",  "url": "/customer/chat",       "description": "Chat with support" },
    { "name": "Operations", "url": "/ops/dashboard",       "description": "Operations pipeline" }
  ],
  "categories": ["productivity", "shopping"]
}
