{
    "name": "Basketball 3D",
    "short_name": "Basketball3D",
    "description": "Master the perfect shot in this 3D basketball game.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#bf360c",
    "theme_color": "#bf360c",
    "icons": [
        {
            "src": "../icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "../icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}