{
    "name": "Default application name",
    "short_name": "WebApp",
    "theme_color": "#2196f3",
    "background_color": "#2196f3",
    "icons": [
        {
            "src": "/static/images/logo.png",
            "type": "image/png",
            "sizes": "192x192"
        }
    ],
    "display": "standalone",
    "scope": "/",
    "start_url": "/"
}
