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