{
    "name": "DC F1 League",
    "short_name": "DC F1",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0d0d15",
    "theme_color": "#ffaf00",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "assets/logo.jpg",
            "sizes": "192x192",
            "type": "image/jpeg"
        },
        {
            "src": "assets/logo.jpg",
            "sizes": "512x512",
            "type": "image/jpeg"
        }
    ]
}