{
  "name": "FlightProof — Onward Ticket Reservation",
  "short_name": "FlightProof",
  "description": "Get a verifiable onward flight reservation with real PNR code in under 1 minute. Trusted by 21,000+ travelers in 50+ countries for immigration proof and visa requirements.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F7FFF7",
  "theme_color": "#FF6B6B",
  "categories": ["travel", "utilities", "booking"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Buy a Ticket",
      "short_name": "Buy",
      "description": "Get your onward flight ticket instantly",
      "url": "/#booking",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Visa Analyzer",
      "short_name": "Visa",
      "description": "Check visa requirements for any destination",
      "url": "/#visa",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Flight Connections",
      "short_name": "Routes",
      "description": "Explore direct flight routes worldwide",
      "url": "/flight-connections.html",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Track Flight",
      "short_name": "Track",
      "description": "Check your PNR booking status",
      "url": "/flight-status",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "FlightProof booking interface"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
