{
    "name": "MEMBER SPACE",
    "short_name": "MEMBER SPACE",
    "start_url": "/member/connect",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "/assets/icon.png",
            "sizes": "500x500",
            "type": "image/png"
        }
    ],
    "orientation": "portrait-primary",
    "shortcuts": [
    {
      "name": "Connect",
      "short_name": "Connect",
      "url": "/member/connect",
      "icons": [{ "src": "/assets/icon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Identity",
      "short_name": "Identity",
      "url": "/member/identity",
      "icons": [{ "src": "/assets/icon.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "url": "/member/wishlist",
      "icons": [{ "src": "/assets/icon.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
  }
  