{
  "name": "Wanderpass",
  "short_name": "Wanderpass",
  "description": "Your digital travel passport",
  "start_url": "/home",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "launch_handler": { "client_mode": "navigate-existing" },
  "orientation": "portrait",
  "categories": ["travel", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Explore",
      "url": "/explore",
      "description": "Discover new destinations"
    },
    {
      "name": "My Profile",
      "url": "/",
      "description": "View your travel passport"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ]
}
