{
    "name": "Open the Window",
    "short_name": "Open Window",
    "description": "Savoir quand ouvrir la fenêtre pour refroidir l'appartement",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#18181b",
    "theme_color": "#18181b",
    "lang": "fr",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
