{
    "name": "Fluvie Demo",
    "short_name": "Fluvie",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#1A1B26",
    "theme_color": "#673AB7",
    "description": "Try Fluvie live: render declarative Flutter widget trees to real video.",
    "orientation": "any",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
