{
    "name": "KB1 Studio",
    "short_name": "KB1 Studio",
    "description": "KB1 instrument builder — create and edit .kb1i instruments",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0f0f",
    "theme_color": "#1a1a1a",
    "icons": [
        {
            "src": "/pm_fav-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/pm_fav-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "application/json": [
                    ".kb1i"
                ]
            },
            "icons": [
                {
                    "src": "/pm_fav-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ],
            "launch_type": "single-client"
        }
    ]
}