{
    "name": "TwoWheel Atlas",
    "short_name": "TwoWheel Atlas",
    "description": "Jouw centrale plek voor MotoGP en Motorcross evenementen.",
    "id": "/?source=pwa",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F4F4F4",
    "theme_color": "#990000",
    "orientation": "portrait-primary",
    "categories": ["sports", "navigation", "lifestyle"],
    "icons": [
        {
            "src": "images/icons/icon-192x192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "images/icons/icon-512x512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "TwoWheel Atlas Kaartweergave (Desktop)"
        },
        {
            "src": "images/screenshot-mobile.png",
            "sizes": "720x1280",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "TwoWheel Atlas Lijstweergave (Mobiel)"
        }
    ]
}