{
    "name": "Nexus Spring of Code | Open Source Contribution Program",
    "short_name": "NSoC",
    "description": "Nexus Spring of Code is an open source contribution program designed to help developers explore open source, collaborate on real projects, and build their skills. Participate in issues, contribute code, and grow with the community.",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "theme_color": "#0e2a47",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "Projects",
            "short_name": "Projects",
            "description": "Browse open source projects available for contribution",
            "url": "/projects",
            "icons": [
                {
                    "src": "/icons/projects.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Leaderboard",
            "short_name": "Leaderboard",
            "description": "View contributor rankings",
            "url": "/leaderboard",
            "icons": [
                {
                    "src": "/icons/leaderboard.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Guidelines",
            "short_name": "Guidelines",
            "description": "Read contribution rules and participation guide",
            "url": "/guidelines",
            "icons": [
                {
                    "src": "/icons/guidelines.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "developer",
        "education",
        "productivity",
        "open source",
        "programming"
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "Nexus Spring of Code Home Page"
        },
        {
            "src": "/screenshots/projects.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "Explore Open Source Projects"
        },
        {
            "src": "/screenshots/leaderboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "Contributor Leaderboard"
        }
    ],
    "prefer_related_applications": false,
    "related_applications": [],
    "handle_links": "preferred"
}