{
  "name": "BBE · Rio Companion",
  "short_name": "BBE Rio",
  "description": "Your private Rio trip, in your pocket. Itinerary, your crew, the Por Dentro guide, and a concierge that answers, all offline-ready.",
  "id": "/?source=pwa",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0A0C10",
  "theme_color": "#0A0C10",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "lifestyle"],
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today", "url": "./?tab=today", "short_name": "Today" },
    { "name": "Itinerary", "url": "./?tab=trip", "short_name": "Trip" },
    { "name": "Concierge", "url": "./?tab=chat", "short_name": "Concierge" }
  ]
}
