{
    "short_name": "Clean&Services",
    "name": "Clean and Services",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/icons/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "/login",
    "background_color": "#ffffff",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#0056b3",
    "launch_handler": {
        "client_mode": "navigate-existing"
    }
}