{
    "id": "/",
    "name": "Birthday Reminder App",
    "short_name": "Birthdays",
    "description": "En app der hjælper dig med at holde styr på dine venners og families fødselsdage.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",

    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "screenshots": [
        {
            "src": "/screenshots/mobile.png",
            "sizes": "750x1125",
            "type": "image/png"
        },
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1620x1080",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}
