{
    "name": "JellyJump Player",
    "short_name": "JellyJump",
    "description": "A modern, dark neobrutalism video player and editor for the web",
    "start_url": "./player.html?source=pwa",
    "display": "standalone",
    "background_color": "#0a0f14",
    "theme_color": "#00d9a5",
    "icons": [
        {
            "src": "./icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}