{
  "name": "Seamen",
  "short_name": "Seamen",
  "description": "Meet and message guys on your cruise ship, including when ship WiFi is the only connection available.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#050b1d",
  "theme_color": "#050b1d",
  "orientation": "portrait",
  "categories": ["social", "travel", "lifestyle"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Onboard",
      "short_name": "Onboard",
      "description": "See guys on your sailing.",
      "url": "/onboard?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Chats",
      "short_name": "Chats",
      "description": "Open your conversations.",
      "url": "/chats?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
