{
    "name": "Cosmic Blaster",
    "short_name": "Cosmic Blaster",
    "description": "A retro space shooter game",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#050508",
    "theme_color": "#050508",
    "orientation": "landscape",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}