{
    "name": "InFlow",
    "short_name": "InFlow",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/InFlow.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/InFlow Icon 192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/InFlow 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": "InFlow Desktop"
        },
        {
            "src": "/screenshot-mobile.png",
            "sizes": "1080x2410",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "InFlow Mobile"
        }
    ]
}