{
    "name": "SketchWars",
    "short_name": "SW",
    "display": "fullscreen",
    "display_override": [
        "fullscreen",
        "standalone",
        "minimal-ui"
    ],
    "icons": [
        {
            "src": "favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "orientation": "portrait",
    "start_url": "/",
    "scope": "/",
    "background_color": "#FFFFFF",
    "theme_color": "#FFFFFF"
}