{
    "name": "SleepScan",
    "short_name": "SleepScan",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#0a0a20",
    "theme_color": "#8b5cf6",
    "icons": [
        {
            "src": "https://api.qrserver.com/v1/create-qr-code/?size=192x192&data=SLEEPSCAN",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://api.qrserver.com/v1/create-qr-code/?size=512x512&data=SLEEPSCAN",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}