{
    "name": "Helpi",
    "short_name": "Helpi",
    "description": "Platforma łącząca ludzi w potrzebie z osobami chętnymi do pomocy. Zamieszczaj ogłoszenia, szukaj pomocy w swojej okolicy lub oferuj swoje usługi.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "pl-PL",
    "categories": [
        "social",
        "lifestyle",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dodaj ogłoszenie",
            "short_name": "Dodaj",
            "description": "Szybko dodaj nowe ogłoszenie pomocy",
            "url": "/?action=create",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Moje wiadomości",
            "short_name": "Wiadomości",
            "description": "Zobacz swoje wiadomości",
            "url": "/?tab=chat",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}