{
    "name": "light blue",
    "short_name": "light blue",
    "description": "Veilleuse mobile avec couleurs, intensité, effets lumineux et minuteur.",
    "id": "./",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#071426",
    "theme_color": "#071426",
    "lang": "fr",
    "icons": [
        {
            "src": "icone.jpg",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icone.jpg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}