{
    "id": "/",
    "name": "AIML Club - Oriental College of Technology",
    "short_name": "AIML Club",
    "description": "The premier offline community for AI & Machine Learning at Oriental College of Technology, Bhopal. Innovating, implementing, and inspiring on campus.",
    "lang": "en-US",
    "dir": "ltr",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050505",
    "theme_color": "#050505",
    "orientation": "portrait",
    "scope": "/",
    "handle_links": "auto",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/pwa-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Team",
            "url": "/team"
        },
        {
            "name": "Events",
            "url": "/events"
        },
        {
            "name": "Blog",
            "url": "/blog"
        }
    ],
    "categories": [
        "education",
        "technology",
        "community"
    ],
    "screenshots": [
        {
            "src": "/aiml-club-logo-new.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "AIML Club Home"
        },
        {
            "src": "/aiml-club-logo-new.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "AIML Club Mobile"
        }
    ],
    "share_target": {
        "action": "/suggestions",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+aiml",
            "url": "/events?q=%s"
        }
    ]
}