{
  "name": "Why Not Travel Trips",
  "short_name": "WNTT",
  "id": "/app",
  "description": "Client app for Why Not Travel Trips expeditions, bookings, documents, payments, and trip information.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f6f8fb",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/wntt/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/wntt/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Trip",
      "short_name": "Trip",
      "description": "Open your WNTT client dashboard",
      "url": "/portal/dashboard",
      "icons": [{ "src": "/images/wntt/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Choose a Trip",
      "short_name": "Trips",
      "description": "Request another private WNTT expedition",
      "url": "/portal/choose-trip",
      "icons": [{ "src": "/images/wntt/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["travel", "business"],
  "lang": "en-GB"
}
