{
    "name": "OpsiClear Editor",
    "short_name": "OpsiClear",
    "description": "OpsiClear Editor is a browser-based editor for cleaning, framing and optimising 3D Gaussian Splat captures.",
    "display": "fullscreen",
    "start_url": "./",
    "scope": "./",
    "background_color": "#0b0d0d",
    "theme_color": "#0b0d0d",
    "icons": [
        {
            "src": "./static/icons/mark.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "file_handlers": [
        {
            "action": "./",
            "accept": {
                "application/ply": [
                    ".ply"
                ],
                "application/octet-stream": [
                    ".splat",
                    ".sog",
                    ".spz",
                    ".ksplat",
                    ".ssproj"
                ]
            }
        }
    ]
}
