{
    "name": "iGCLv1",
    "description": "",
    "short_name": "iGCLv1",
    "start_url": "/",
    "categories": [
        "games",
        "finance",
        "navigation"
    ],
    "prefer_related_applications": true,
    "display_override": [
        "fullscreen",
        "minimal-ui"
    ],
    "display": "standalone",
    "background_color": "#232626",
    "theme_color": "#24ee89",
    "orientation": "landscape",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop-wide.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop view of iGCLv1"
        },
        {
            "src": "/screenshots/mobile-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "label": "Mobile view of iGCLv1"
        }
    ]
}