{
  "name": "BoozeExpress - Alcohol Delivery",
  "short_name": "BoozeExpress",
  "description": "Order beer, wine & spirits. Delivered in 20 minutes from licensed stores near you.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#FF6B35",
  "categories": ["food", "shopping"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/icons/screenshot-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" },
    { "src": "/icons/screenshot-narrow.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow" }
  ],
  "shortcuts": [
    { "name": "My Orders", "url": "/orders/", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }] },
    { "name": "Party Planner", "url": "/party/", "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }] }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
