{
    "name": "Rk App",
    "short_name": "Rk App",
    "start_url": "/",
    "scope": "/",
    "orientation": "portrait",
    "display": "standalone",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "logo.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "logo.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "description": "Rk App",
    "shortcuts": [
        {
            "name": "Login",
            "url": "/#/",
            "icons": [
                {
                    "src": "logo.png",
                    "type": "image/png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+rkapp",
            "url": "/%s"
        }
    ]
  }