{
    "name": "Neon Skystrike",
    "short_name": "Neon Skystrike",
    "description": "A mobile-first neon arcade shooter.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "fullscreen",
    "display_override": ["fullscreen", "standalone"],
    "orientation": "portrait",
    "background_color": "#02050c",
    "theme_color": "#02050c",
    "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
