{
  "name": "LoungeStack",
  "short_name": "LoungeStack",
  "description": "Discover, order, and book premium lounges — all in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#080808",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["lifestyle", "food"],
  "shortcuts": [
    {
      "name": "Explore Venues",
      "url": "/",
      "description": "Discover premium lounges near you"
    },
    {
      "name": "My Orders",
      "url": "/orders/history",
      "description": "View your order history"
    }
  ]
}
