{
  "name": "Travel Search App",
  "short_name": "TravelApp",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff66b2",
  "icons": [
    {
      "src": "Img/Domestic.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Img/International.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}