{
  "name": "TripHunt \u2014 Cheap Flights UK",
  "short_name": "TripHunt",
  "description": "Find the cheapest flights, error fares and travel deals from UK airports. Live prices, honest deal scoring.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#f97316",
  "background_color": "#0b1120",
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Error Fares",
      "short_name": "Error Fares",
      "description": "See current error fares",
      "url": "/error-fares.html",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Trending Deals",
      "short_name": "Trending",
      "description": "See trending flight deals",
      "url": "/trending.html",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": [
    "travel",
    "utilities"
  ]
}
