{
  "short_name": "ValetNYC",
  "name": "ValetNYC - Valet Parking Service",
  "description": "Request and manage valet parking services in New York City",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#113524",
  "background_color": "#F8FAFC",
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Request Valet",
      "short_name": "Request",
      "description": "Request a new valet service",
      "url": "/available-valets",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Active Chat",
      "short_name": "Chat",
      "description": "View active conversation",
      "url": "/active-chat",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ]
}
