{
    "name": "Construct Viewer - WebGPU",
    "short_name": "CV WebGPU",
    "description": "A locally installable WebGPU construct viewer.",
    "start_url": "cv.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#080f08",
    "theme_color": "#080f08",
    "orientation": "any",
    "icons": [
        {
            "src": "img/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "img/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
