{
    "name": "Eurieknaller Barcode App",
    "short_name": "Eurieknaller",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#d63031",  // Gebruik de rode kleur van Eurieknaller
    "icons": [
        {
            "src": "/images/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
