{
    "name": "WR Streaming",
    "icons": [
      {
        "src": "/img/icon.png",
        "type": "image/png",
        "sizes": "256x256"
      },
      {
        "src": "/img/logo.png",
        "type": "image/png",
        "purpose": "monochrome"
      }
    ],
    "start_url": "/app",
    "display": "standalone",
    "prefer_related_applications": false,
    "theme_color": "#090527",
    "background_color": "#090527",
    "shortcuts": [
        {
            "name": "Home",
            "url": "/app",
            "icons": [
                {
                    "src": "/assets/icons/home.svg",
                    "type": "image/svg+xml",
                    "purpose": "any monochrome"
                }
            ]
        },
        {
            "name": "Guide",
            "url": "/guide",
            "icons": [
                {
                    "src": "/assets/icons/guide.svg",
                    "type": "image/svg+xml",
                    "purpose": "any monochrome"
                }
            ]
        }
    ]
  }
  