{
    "name": "AngelNeo – Beißzeit & Gewässer",
    "short_name": "AngelNeo",
    "description": "KI-gestützte Beißzeit-Prognose für 23.000 Gewässer in Deutschland. Fangbereitschafts-Index, Köder-Guide, Schonzeiten, Fangbuch und Community.",
    "start_url": "/app",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0c0f14",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "AngelNeo Dashboard mit Beißindex"
        }
    ],
    "shortcuts": [
        {
            "name": "Gewässerkarte",
            "short_name": "Karte",
            "url": "/app",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Fangbuch",
            "short_name": "Fangbuch",
            "url": "/fangbuch",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Community",
            "short_name": "Community",
            "url": "/community",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "categories": [
        "sports",
        "weather",
        "lifestyle"
    ],
    "lang": "de",
    "dir": "ltr",
    "prefer_related_applications": false
}