{
    "id": "com.dafnemobile.web",
    "schema": "https://json.schemastore.org/web-manifest-combined.json",
    "display": "standalone",
    "start_url": "/mobile",
    "name": "DafneMobile Web",
    "short_name": "DafneMobile Web",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "icons": [
        {
            "src": "/images/logo-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/images/logo-72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/images/logo-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/logo-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}