{
    "name": "Model Viewer",
    "short_name": "Model Viewer",
    "description": "Fast and lightweight viewer of glTF 2.0 and Gaussian Splat PLY files.",
    "display": "fullscreen",
    "start_url": "/",
    "scope": "/",
    "background_color": "#000000",
    "file_handlers": [{
        "action": "/",
        "accept": {
            "application/ply": [".ply"],
            "model/gltf-binary": [".glb"]
        }
    }]
}
