{
    "name": "KERP",
    "short_name": "KERP",
    "description": "Warenwirtschaft System",
    "start_url": "../?m=dashboard",
    "display": "standalone",
    "background_color": "#1a364c",
    "theme_color": "#1a364c",
    "orientation": "portrait-primary",
    "scope": "../",
    "icons": [
        {
            "src": "../template/logo.png?v=29",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "../template/logo.png?v=29",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "../template/logo.png?v=29",
            "sizes": "any",
            "type": "image/png"
        }
    ]
}