{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "theme_color": "#02598e",
    "background_color": "#fff",
    "display": "standalone",
    "start_url": ".",
    "name": "Unifor Mobile",
    "short_name": "Unifor Mobile",
    "orientation": "portrait",
    "icons": [
        {
            "src": "img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
