{
    "name": "RwaHub",
    "short_name": "RwaHub",
    "id": "https://rwahub.in/",
    "description": "RwaHub is a society management platform designed for Delhi NCR Resident Welfare Associations. Manage staff attendance, membership subscriptions, facilities and more.",
    "version": "v0.1",
    "theme_color": "#10B981",
    "background_color": "#F4F6F8",
    "display": "fullscreen",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "display_override": [
        "window-controls-overlay"
    ],
    "icons": [
        {
            "src": "images/icons/36x36.png",
            "sizes": "36x36",
            "type": "image/png"
        },
        {
            "src": "images/icons/48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "images/icons/57x57.png",
            "sizes": "57x57",
            "type": "image/png"
        },
        {
            "src": "images/icons/60x60.png",
            "sizes": "60x60",
            "type": "image/png"
        },
        {
            "src": "images/icons/72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "images/icons/76x76.png",
            "sizes": "76x76",
            "type": "image/png"
        },
        {
            "src": "images/icons/96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "images/icons/120x120.png",
            "sizes": "120x120",
            "type": "image/png"
        },
        {
            "src": "images/icons/128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "images/icons/144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "images/icons/152x152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "images/icons/180x180.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "images/icons/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/icons/384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "images/icons/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "images/icons/1024x1024.png",
            "sizes": "1024x1024",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "images/screenshots/screenshot1.webp",
            "sizes": "1635x920",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "RwaHub Dashboard"
        },
        {
            "src": "images/screenshots/screenshot2.webp",
            "sizes": "1771x996",
            "type": "image/webp",
            "form_factor": "wide",
            "label": "Manage Society Members and Dues"
        },
        {
            "src": "images/screenshots/screenshot3.webp",
            "sizes": "382x906",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "RwaHub on Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/",
            "description": "Go to your society dashboard"
        },
        {
            "name": "Dues & Payments",
            "url": "/",
            "description": "View and manage dues and transactions"
        },
        {
            "name": "Notices",
            "url": "/",
            "description": "View society notices and announcements"
        },
        {
            "name": "Visitor Log",
            "url": "/",
            "description": "Check visitor records"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+rwahub",
            "url": "/?protocol=%s"
        }
    ],
    "categories": [
        "productivity",
        "utilities"
    ]
}
