{
    "name": "Pilotis BTP",
    "short_name": "Pilotis",
    "description": "Logiciel de gestion BTP",
    "start_url": "/login",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#226d68",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/images/logo.png",
            "sizes": "any",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}