{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "id": "/",
    "name": "LV-System V2",
    "short_name": "LV-System",
    "description": "Mobile Arbeitsoberfläche für moderne Lagerprozesse.",
    "lang": "de-DE",
    "dir": "ltr",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "orientation": "any",
    "background_color": "#0b1016",
    "theme_color": "#b30f2a",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/lv-system-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/lv-system-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/lv-system-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
