{
  "description": "The greatest travel deals, the best rewards and an Agent at your fingertips. Introducing Guinep, your mobile companion for Life's Sweetest Journeys.",
  "shortcuts": [
    {
      "name": "Book Flight",
      "short_name": "Flight",
      "description": "Book a flight with Guinep",
      "url": "/flights/search",
      "icons": [
        {
          "src": "images/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Book Hotel",
      "short_name": "Hotel",
      "description": "Book a hotel with Guinep",
      "url": "/hotels/search",
      "icons": [
        {
          "src": "images/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Chat With Agent",
      "short_name": "Start Live",
      "description": "Jump direction into starting or joining a live session",
      "url": "/chat",
      "icons": [
        {
          "src": "images/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "description": "PWABuilder Home Screen"
    },
    {
      "src": "https://www.pwabuilder.com/assets/screenshots/screen2.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "description": "PWABuilder Report Card"
    },
    {
      "src": "https://www.pwabuilder.com/assets/screenshots/screen3.png",
      "sizes": "2880x1800",
      "type": "image/png",
      "description": "Manifest information on the Report Card"
    }
  ],
  "name": "Guinep",
  "short_name": "Guinep",
  "theme_color": "#FFFFFF",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/home",
  "icons": [
    {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "dir": "auto",
  "lang": "en",
  "display_override": [
    "fullscreen",
    "window-controls-overlay"
  ],
  "prefer_related_applications": false,
  "categories": [
    "business",
    "lifestyle",
    "social",
    "travel"
  ],
  "protocol_handlers": [
    {
      "protocol": "web+guinep",
      "url": "/?action=%s"
    },
    {
      "protocol": "guinep",
      "url": "/?action=%s"
    }
  ],
  "url_handlers": [
    {
      "url_format": "guinep://*",
      "apps": [
        "com.sweet.guinep"
      ]
    }
  ],
  "file_handlers": [
    {
      "extensions": [
        "*"
      ],
      "activities": [
        {
          "action": "view",
          "url_format": "guinep://*",
          "apps": [
            "com.sweet.guinep"
          ]
        }
      ]
    }
  ],
  "capture_links": "existing-client-navigate"
}