{
    "name": "MobileHub India",
    "short_name": "MobileHub",
    "description": "Premium mobile accessories at wholesale prices.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#FAFAFA",
    "theme_color": "#1D1D1F",
    "lang": "en-IN",
    "categories": ["shopping"],
    "icons": [
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        { "name": "My orders",  "url": "/account/orders",  "description": "View recent orders" },
        { "name": "Cart",       "url": "/cart",            "description": "Open shopping cart" },
        { "name": "Categories", "url": "/categories",      "description": "Browse categories" }
    ],
    "prefer_related_applications": false
}
