{
    "name": "InSolze",
    "short_name": "InSolze",
    "description": "An execution-first platform where student projects are solved, tracked, verified, and used for hiring.",
    "id": "in.insolze.app",
    "start_url": "/?utm_source=pwa",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait",
    "scope": "/",
    "lang": "en-US",
    "categories": [
        "education",
        "productivity",
        "business"
    ],
    "icons": [
        {
            "src": "/favicon-circle.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-circle-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Explore Projects",
            "url": "/projects",
            "icons": [{ "src": "/favicon-circle.png", "sizes": "192x192" }]
        },
        {
            "name": "Post Project",
            "url": "/post-project",
            "icons": [{ "src": "/favicon-circle.png", "sizes": "192x192" }]
        },
        {
            "name": "My Dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/favicon-circle.png", "sizes": "192x192" }]
        }
    ]
}