{
    "name": "Schießbuch Oberbarnim",
    "short_name": "Schießbuch",
    "description": "Schießbuch Anwendung des Schützenbund Oberbarnim e.V.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#174a3b",
    "theme_color": "#1f604e",
    "orientation": "landscape",
    "icons": [
        {
            "src": "/static/img/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/img/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}