{
  "name": "White-Glove Travel Butler™",
  "short_name": "Travel Butler",
  "description": "Your AI Travel Concierge — named hotel, Airbnb & restaurant picks tailored to your style.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a2744",
  "background_color": "#f5f0e8",
  "categories": ["travel", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Trip",
      "short_name": "New Trip",
      "url": "/?new=true",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Passport",
      "short_name": "Passport",
      "url": "/passport"
    },
    {
      "name": "Photo Hunt",
      "short_name": "Hunt",
      "url": "/photo-hunt"
    }
  ]
}
