{
  "id": "https://www.ticketsandfly.com/",
  "name": "TicketsAndFly - Flight Booking App",
  "short_name": "TicketsFly",
  "description": "Search, compare and book flights easily with TicketsAndFly. Fast, secure and reliable travel booking platform.",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",

  "background_color": "#020617",
  "theme_color": "#dc2626",

  "lang": "en",
  "dir": "ltr",

  "categories": ["travel", "booking", "business"],

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/images/screen-home.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screen-search.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],

  "shortcuts": [
    {
      "name": "Search Flights",
      "short_name": "Flights",
      "url": "/"
    },
    {
      "name": "Services",
      "short_name": "Services",
      "url": "/SERVICES/"
    },
    {
      "name": "Contact Support",
      "short_name": "Support",
      "url": "/CONTACT/"
    },
    {
      "name": "About Us",
      "short_name": "About",
      "url": "/About_us/"
    }
  ],

  "share_target": {
    "action": "/share.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "prefer_related_applications": false
}