{
  "name": "Stunning Club — Elite Travel Membership",
  "short_name": "Stunning Club",
  "description": "Book hotels at member rates, earn SC Credits on every trip, and access Tanya your AI travel concierge.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#f59e0b",
  "categories": ["travel", "lifestyle", "shopping"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Stunning Club home — hotel search and Tanya AI"
    },
    {
      "src": "/screenshots/desktop-search.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Stunning Club hotel search results"
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "params": {
      "text": "message",
      "url": "url",
      "title": "title"
    }
  },
  "shortcuts": [
    {
      "name": "Search Hotels",
      "short_name": "Hotels",
      "description": "Search hotels at member rates",
      "url": "/hotels/search?source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your bookings",
      "url": "/account?tab=bookings&source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Chat with Tanya",
      "short_name": "Tanya",
      "description": "AI travel concierge",
      "url": "/chat?source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Rewards",
      "short_name": "Rewards",
      "description": "View your credits balance and tier",
      "url": "/user/rewards?source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
