{
    "name": "TrustPay Nigeria",
    "short_name": "TrustPay",
    "description": "Nigeria's most secure marketplace with escrow protection, artisan services, and reliable logistics",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0EA5E9",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "256x256 64x64 48x48 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "shopping",
        "business",
        "finance"
    ],
    "lang": "en-NG",
    "dir": "ltr",
    "scope": "/",
    "screenshots": [
        {
            "src": "/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Products",
            "short_name": "Products",
            "description": "Browse available products",
            "url": "/products",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Dashboard",
            "short_name": "Dashboard",
            "description": "Access your dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Messages",
            "short_name": "Messages",
            "description": "Check your messages",
            "url": "/messages",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
