{
    "name": "Rinbang - Track Global Sentiment",
    "short_name": "Rinbang",
    "description": "Real-time public sentiment tracking and voting platform for politicians, celebrities, and influencers",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#7c3aed",
    "background_color": "#ffffff",
    "categories": [
        "social",
        "productivity"
    ],
    "screenshots": [
        {
            "src": "/og/og-image.jpg",
            "sizes": "1200x630",
            "type": "image/jpeg",
            "form_factor": "wide"
        },
        {
            "src": "/og/og-image.jpg",
            "sizes": "540x720",
            "type": "image/jpeg",
            "form_factor": "narrow"
        }
    ],
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Vote Now",
            "short_name": "Vote",
            "description": "Cast your vote on public figures",
            "url": "/stream?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Global Rankings",
            "short_name": "Rankings",
            "description": "View global sentiment rankings",
            "url": "/ranking?utm_source=pwa_shortcut",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+rinbang",
            "url": "/celebrity/%s"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}