{
    "id": "https://tapp.rommelag.traggert.com",
    "name": "Traggert App",
    "short_name": "Traggert",
    "description": "Installiere die Traggert App als eigene App auf deinem Gerät.",
    "background_color": "#0f1511",
    "theme_color": "#174d35",
    "prefer_related_applications": false,
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}