{
    "name": "AR Hypermart",
    "short_name": "AR Hypermart",
    "description": "Pakistan's trusted online shopping destination — best prices, Cash on Delivery!",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#01411C",
    "theme_color": "#01411C",
    "orientation": "portrait",
    "lang": "en",
    "icons": [
        {
            "src": "/images/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/images/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/images/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "categories": ["shopping", "lifestyle"],
    "shortcuts": [
        {
            "name": "New Arrivals",
            "short_name": "New",
            "url": "/search.php?sort=newest",
            "icons": [{"src": "/images/icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "My Cart",
            "short_name": "Cart",
            "url": "/cart.php",
            "icons": [{"src": "/images/icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "Track Order",
            "short_name": "Track",
            "url": "/track_order.php",
            "icons": [{"src": "/images/icon-96.png", "sizes": "96x96"}]
        }
    ]
}