{
    "name": "Hermès Mobile",
    "short_name": "Hermès",
    "start_url": "/welcome",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#384c43",
    "background_color": "#384c43",
    "icons": [
        {
            "src": "android-chrome-192x192.png?v=2",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "android-chrome-512x512.png?v=2",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "favicon-16x16.png?v=2",
            "type": "image/png",
            "sizes": "16x16"
        },
        {
            "src": "favicon-32x32.png?v=2",
            "type": "image/png",
            "sizes": "32x32"
        },
        {
            "src": "favicon.ico?v=2",
            "type": "image/png",
            "sizes": "48x48"
        },
        {
            "src": "safari-pinned-tab.svg?v=2",
            "type": "image/svg",
            "purpose": "maskable"
        }
    ]
}