{
  "name": "Book Your Flight by Fareobuzz",
  "short_name": "BookYourFlight",
  "description": "24/7 US-based travel booking — flights, hotels, cruises, trains and car rentals by phone.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0a3d62",
  "lang": "en-US",
  "categories": ["travel", "business", "lifestyle"],
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Call Now",
      "short_name": "Call",
      "description": "Call our 24/7 travel agents",
      "url": "/contact/?utm_source=pwa_shortcut",
      "icons": [{"src": "/assets/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "Flight Booking",
      "short_name": "Flights",
      "description": "Book flights",
      "url": "/flights/?utm_source=pwa_shortcut",
      "icons": [{"src": "/assets/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "Travel Blog",
      "short_name": "Blog",
      "description": "Travel guides and tips",
      "url": "/blog/?utm_source=pwa_shortcut",
      "icons": [{"src": "/assets/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "Weekly Deals",
      "short_name": "Deals",
      "description": "This week's travel deals",
      "url": "/deals/?utm_source=pwa_shortcut",
      "icons": [{"src": "/assets/favicon.svg", "sizes": "any"}]
    },
    {
      "name": "Price Watch",
      "short_name": "Alerts",
      "description": "Set a fare alert",
      "url": "/price-watch/?utm_source=pwa_shortcut",
      "icons": [{"src": "/assets/favicon.svg", "sizes": "any"}]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Book Your Flight - Travel Booking by Phone"
    }
  ],
  "prefer_related_applications": false
}
