{
  "name": "Gezelo — your travel companion.",
  "short_name": "Gezelo",
  "description": "Your trips, itinerary and emergency details in one place. Travel lighter and stay ready.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2E1E3F",
  "theme_color": "#2E1E3F",
  "categories": [
    "travel",
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My trips",
      "short_name": "Trips",
      "url": "/trips",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New trip",
      "short_name": "New",
      "url": "/trips/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
