{
    "name": "sveltekit-project-template",
    "short_name": "sveltekit-project-template",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "/ua-maskable.svg",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/ua-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/ua-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}