{
    "name": "Birthday Reminder",
    "short_name": "BDay",
    "description": "Vergiss nie wieder einen Geburtstag! Erinnerungen 2 Tage vorher.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f0f1a",
    "theme_color": "#1a1a2e",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["utilities", "lifestyle"],
    "lang": "de",
    "dir": "ltr"
}
