{
  "name": "WTTM - World Travel Tourism Market",
  "short_name": "WTTM",
  "description": "WTTM - World Travel Tourism Market - Progressive Web Application developed by Wttm Vice President Basri Sezgin",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#64174b",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/desktop-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "WTTM Desktop View"
    },
    {
      "src": "/assets/screenshots/mobile-375x667.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WTTM Mobile View"
    }
  ],
  "categories": ["business", "travel"],
  "shortcuts": [
    {
      "name": "Get Your Ticket",
      "short_name": "Ticket",
      "description": "Get your WTTM event ticket",
      "url": "/get-your-ticket",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Search Agencies",
      "short_name": "Search",
      "description": "Search global travel agencies",
      "url": "/search-global-agency",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "48x48"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "48x48"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": []
}

