{
    "name": "GGGRush",
    "short_name": "GGGRush",
    "id": "/",
    "description": "GGGRush STL wallet, betting, and operations platform.",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "lang": "en-US",
    "dir": "ltr",
    "background_color": "#020617",
    "theme_color": "#06b6d4",
    "prefer_related_applications": false,
    "categories": ["finance", "business", "utilities"],
    "icons": [
        {
            "src": "/gggrush_icon_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/gggrush_icon_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/gggrush_icon_180.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Betting",
            "short_name": "Bets",
            "url": "/app/bets",
            "icons": [
                {
                    "src": "/gggrush_icon_192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Wallet",
            "short_name": "Wallet",
            "url": "/app/transactions",
            "icons": [
                {
                    "src": "/gggrush_icon_192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
