{
    "name": "Premium Global — Shop Online in East Africa",
    "short_name": "Premium Shop",
    "description": "Premium Global is East Africa's trusted online marketplace for electronics, fashion, and home goods.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "categories": [
        "shopping",
        "lifestyle",
        "business"
    ],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop Products",
            "short_name": "Shop",
            "description": "Browse all products",
            "url": "/products",
            "icons": [
                {
                    "src": "/icon/web-app-manifest-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Track Order",
            "short_name": "Track",
            "description": "Track your order in real-time",
            "url": "/tracking",
            "icons": [
                {
                    "src": "/icon/web-app-manifest-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
