{
    "id": "/",
    "name": "Soritune",
    "short_name": "Soritune",
    "start_url": "/?pwa=1",
    "scope": "/",
    "display": "standalone",
    "capture_links": "new-client",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "url_handlers": [
        {
            "origin": "https://dev-www.sorimaster.com"
        },
        {
            "origin": "https://dev-lms.sorimaster.com"
        },
        {
            "origin": "https://dev-www.sorimaster.com"
        }
    ],
    "icons": [
        {
            "src": "/img/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}