{
"name": "Neon Bounce Arcade",
"short_name": "Neon Bounce Arcade",
"id": "com.themadpunter.neonbouncearcade",
"start_url": "/Neon%20Bounce%20Arcade.html",
"display": "fullscreen",
"description": "Launch balls into other balls for points.",
"lang": "en-US",
"dir": "ltr",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "landscape",
"display_override": "fullscreen",
"protocol_handlers": [
    {
        "protocol": "web+neonbouncearcade",
        "url": "/Neon%20Bounce%20Arcade.html?url=%s"
    }
],
"icons": [
    {
        "src": "icon.png",
        "sizes": "1078x1078",
        "type": "image/png",
        "purpose": "any"
    },
    {
        "src": "icon.png",
        "sizes": "1078x1078",
        "type": "image/png",
        "purpose": "maskable"
    }
],
"screenshots": [
    {
        "src": "screenshots/screenshot1.png",
        "sizes": "640x360",
        "type": "image/png",
        "description": "A screenshot of the home page"
    },
    {
        "src": "screenshots/screenshot2.png",
        "sizes": "640x360",
        "type": "image/png",
        "description": "A screenshot of the game in action"
    }
],
"shortcuts": [
    {
        "name": "Play Game",
        "short_name": "Play",
        "description": "Launch the Neon Bounce Arcade game",
        "url": "/Neon%20Bounce%20Arcade.html",
        "icons": [
            {
                "src": "https://www.pwabuilder.com/assets/icons/icon_192.png",
                "sizes": "192x192",
                "type": "image/png"
            }
        ]
    }
],
"prefer_related_applications": false
}