{
    "name": "RiFlow",
    "short_name": "RiFlow",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/RiFlow.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/RiFlow Icon 192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/RiFlow Icon 512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-desktop.png",
            "sizes": "1255x1054",
            "type": "image/png",
            "form_factor": "wide",
            "label": "RiFlow Desktop"
        },
        {
            "src": "/screenshot-mobile.png",
            "sizes": "1080x2410",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "RiFlow Mobile"
        }
    ]
}