{
    "name": "Revyome Scanner",
    "short_name": "Scanner",
    "description": "Scan and redeem QR codes for your workspace",
    "start_url": "/scanner",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#f59e0b",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}