{
    "name": "ChitChatPlay",
    "short_name": "ChitChatPlay",
    "description": "Find your perfect match with ChitChatPlay - The ultimate dating and social app",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#0D0D0D",
    "theme_color": "#0D0D0D",
    "orientation": "portrait-primary",
    "categories": [
        "social",
        "dating",
        "entertainment"
    ],
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ]
}