{
    "name": "Urmili — Make Home Life Easy",
    "short_name": "Urmili",
    "description": "Shop kitchen, cleaning & storage essentials. Fast checkout, order tracking, wishlist.",
    "id": "/store",
    "start_url": "/store?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#1f8a4c",
    "lang": "en",
    "dir": "ltr",
    "categories": ["shopping", "lifestyle"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Search products",
            "short_name": "Search",
            "url": "/store/search?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Cart",
            "short_name": "Cart",
            "url": "/store/cart?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "url": "/store/account/orders?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Wishlist",
            "short_name": "Wishlist",
            "url": "/store/wishlist?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
