{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "Datek LightControl",
    "short_name": "LightControl",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "fullscreen",
    "background_color": "#fff",
    "theme_color": "#fff",
    "description": "Datek LightControl administration application",
    "icons": [
        {
            "src": "/icons/homescreen192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/homescreen512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}
