{
    "name": "LeetCode Pattern Tracker",
    "short_name": "PatternTracker",
    "description": "Master DSA by patterns and topics. Track your LeetCode progress efficiently.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/icon.png",
            "type": "image/png",
            "sizes": "32x32"
        },
        {
            "src": "/apple-icon.png",
            "type": "image/png",
            "sizes": "180x180"
        }
    ]
}