{
    "name": "Mon Site",
    "short_name": "Site",
    "description": "",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#3b82f6",
    "background_color": "#ffffff",
    "lang": "fr-FR",
    "icons": [
        {
            "src": "https://pixloop.fr/media/plg_system_pwa/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "https://pixloop.fr/media/plg_system_pwa/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ]
}