{
    "name": "easy IC",
    "short_name": "easy IC",
    "start_url": "/",

    "description": "A Django application to manage an intramural sports league.",
    "icons": [
        {
            "src": "/static/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshot_desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "easy IC on Desktop"
        },
        {
            "src": "/static/screenshot_mobile.png",
            "sizes": "540x720",
            "type": "image/png",
            "label": "easy IC on Mobile"
        }
    ],
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "display": "standalone"
}