{
    "name": "XCBT",
    "short_name": "XCBT",
    "start_url": "./login.php",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2596be",
    "orientation": "portrait",
    "scope": "./",
    "icons": [
        {
            "src": "public/uploads/system/xora_logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "public/uploads/system/xora_logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}