{
    "name": "XC Free Flying Simulator",
    "short_name": "XC",
    "scope": "/xc/",
    "start_url": "/xc/",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "orientation": "portrait-primary",
    "theme_color": "#00bfff",
    "background_color": "#00bfff",
    "display_override": ["fullscreen", "standalone"],
    "display": "fullscreen"
}