{
    "short_name": "GeoFS",
    "name": "GeoFS - The Accessible Flight Simulator",
    "categories": ["games"],
    "icons": [
        {
            "src": "/images/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "https://www.geo-fs.com/geofs.php",
    "display_override": ["fullscreen", "minimal-ui"],
    "display": "standalone",
    "orientation": "landscape-primary",
    "theme_color": "#25405e;",
    "background_color": "#25405e;"
}