{
  "name": "Glu Connect",
  "short_name": "Glu",
  "description": "Your smart travel companion — personalized, always there.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f5f7f2",
  "theme_color": "#172f2a",
  "orientation": "portrait",
  "categories": ["travel", "lifestyle"],
  "lang": "en",
  "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": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Stay",
      "short_name": "Stay",
      "description": "Open your current stay",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Explore your destination",
      "url": "/?shortcut=explore",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Chat with the AI concierge",
      "url": "/?shortcut=chat",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
