{
  "name": "Laundry Service by Jewel",
  "short_name": "Jewel Laundry",
  "description": "Bangkok's premium laundry pickup & delivery service. Wash, dry, fold & iron from 100 THB/kg. Free pickup across Sukhumvit, Silom, Sathorn & Thonglor.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#05111F",
  "lang": "en",
  "scope": "/",
  "categories": ["lifestyle", "shopping", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a pickup",
      "short_name": "Book",
      "description": "Schedule a laundry pickup",
      "url": "/book",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track order",
      "short_name": "Track",
      "description": "Find your order",
      "url": "/orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
