{
    "name": "Pointages et notes de frais",
    "short_name": "Pointage",
    "description": "Application mobile de pointages et notes de frais",
    "id": "./",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#018bfd",
    "theme_color": "#018bfd",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icon-pwa.png",
            "type": "image/png",
            "sizes": "192x192 512x512",
            "purpose": "maskable"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+pointage",
            "url": "./?from=%s"
        }
    ],
    "launch_handler": {
        "client_mode": [ "focus-existing", "auto" ]
    }
}
