{
  "name": "Concierge",
  "short_name": "Concierge",
  "description": "Luxury Property Management",
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "lifestyle"],
  "shortcuts": [
    { "name": "AI Concierge", "url": "/tenant/chat", "description": "Chat with James" },
    { "name": "Call My Car", "url": "/tenant/valet", "description": "Request valet service" },
    { "name": "Packages", "url": "/tenant/packages", "description": "Check packages" }
  ]
}
