{
    "name": "buzzin_mobile_app",
    "short_name": "buzzin_mobile_app",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#3A2661",
    "theme_color": "#3A2661",
    "description": "A new Flutter project.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "play",
            "id": "tech.ravenlab.buzzin",
            "url": "https://play.google.com/store/apps/details?id=tech.ravenlab.buzzin"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/pl/app/buzzin-tv-party-game-show/id6787068440"
        }
    ],
    "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"
        }
    ]
}