{
    "id": "/",
    "name": "Seelene – dein Astro-Begleiter",
    "short_name": "Seelene",
    "description": "Dein persönlicher Astro-Begleiter für Horoskope, Tarot und tägliche Impulse.",
    "lang": "de-DE",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#090812",
    "theme_color": "#151221",
    "orientation": "portrait-primary",
    "categories": ["lifestyle", "entertainment"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Mein Horoskop",
            "short_name": "Horoskop",
            "url": "/horoscope",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Tarot ziehen",
            "short_name": "Tarot",
            "url": "/tarot",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Astro-Orakel",
            "short_name": "Orakel",
            "url": "/chat",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
