{
    "name": "ThermoCare Mobile",
    "short_name": "TC Mobile",
    "description": "Application mobile technicien ThermoCare",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f0f2f5",
    "theme_color": "#c41e3a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "../LOGOO.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "../LOGOO.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business"],
    "lang": "fr-FR"
}