{
    "name": "Qocial - Discover Local Businesses",
    "short_name": "Qocial",
    "description": "Discover and review trusted local businesses in your city. Find restaurants, services, shops and more.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#DC2626",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["business", "lifestyle", "social"],
    "icons": [
        {
            "src": "/static/img/logo.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/img/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
