{
  "name": "SL Journeys - Private Tailor-Made Tours in Sri Lanka",
  "short_name": "SL Journeys",
  "description": "Discover Sri Lanka with private tailor-made tours, cultural experiences, wildlife safaris, beaches, mountains and unforgettable adventures.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1B1E2D",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "categories": ["travel", "tourism"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Destinations",
      "short_name": "Destinations",
      "description": "Browse all travel destinations",
      "url": "/destinations?mode=list",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Tours",
      "short_name": "Tours",
      "description": "Browse all available tours",
      "url": "/tours?mode=list",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tailor a Tour",
      "short_name": "Tailor",
      "description": "Create a custom tour",
      "url": "/tailor-made",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/logos/logo-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/logos/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
