{
    "//": "theme_color and background_color take --color-background for the theme the app OPENS IN, because a manifest cannot express a pair. They were #0f172a (slate-900), which matched neither theme and gave an installed PWA a navy splash. They were then #f7f9fb, the light background, which was correct while the app opened light. Corrected to #111416 on 14 Sep 2026, when a visitor with no stored preference started getting the dark theme (ThemeProvider.DEFAULT_THEME) — the splash and task-switcher tint have to match the first frame, not the second choice.",
    "id": "/",
    "name": "DOTCODE",
    "short_name": "DOTCODE",
    "description": "Student Coding Ecosystem – Contests, Events, DSA, Teams, and Careers",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#111416",
    "background_color": "#111416",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
