{
    "name": "BX Gebäudereinigung",
    "short_name": "BX Büro",
    "description": "Büroverwaltung von BX Gebäudereinigung",

    "start_url": "/index.php",

    "scope": "/",

    "display": "standalone",

    "orientation": "portrait",

    "background_color": "#ffffff",

    "theme_color": "#1d3557",

    "icons":
    [
        {
            "src": "img/app-icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },

        {
            "src": "img/app-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}