{
    "name": "Catch Star",
    "short_name": "Catch Star",
    "start_url": "/apps/catch-star/play?pwa=true",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0b0f19",
    "theme_color": "#ff9d00",
    "icons": [
        {
            "src": "/labs/games/catch-star/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/labs/games/catch-star/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}