{
    "lang": "de",
    "dir": "ltr",
    "short_name": "ILGBase",
    "name": "ILG Spedition Dashboard",
    "description": "Internes Management-System der ILG Spedition",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
        "src": "/images/icon-512.png", 
        "type": "image/png",
        "sizes": "512x512"
        }
    ],
    "start_url": "/index.php",
    "background_color": "#1A1A1A",
    "display": "standalone",
    "orientation": "any",
    "scope": "/",
    "theme_color": "#650303",
    "shortcuts": [
        {
            "name": "Fahrtenbuch",
            "url": "/fahrtenbuch.php",
            "icons": [{ "type": "image/png", "sizes": "192x192" }]
        },
        {
            "name": "Nachrichten",
            "url": "/messages.php",
            "icons": [{ "type": "image/png", "sizes": "192x192" }]
        }
    ] 
}