{
    "id": "./",
    "name": "INFLUHKS Premium Fashion",
    "short_name": "INFLUHKS",
    "description": "Shop premium fashion collections with fast checkout and real-time order updates.",
    "start_url": "./?source=pwa",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#ffffff",
    "theme_color": "#1a1a2e",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "categories": ["shopping", "fashion", "lifestyle"],
    "icons": [
        {
            "src": "./icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop New Arrivals",
            "short_name": "New",
            "description": "Browse newly published items",
            "url": "./shop?sort=newest",
            "icons": [
                {
                    "src": "./icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Browse Collection",
            "short_name": "Shop",
            "description": "Open the storefront catalog",
            "url": "./shop",
            "icons": [
                {
                    "src": "./icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Open Cart",
            "short_name": "Cart",
            "description": "View and manage your cart",
            "url": "./cart",
            "icons": [
                {
                    "src": "./icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Track Orders",
            "short_name": "Orders",
            "description": "Go to your order history",
            "url": "./account/orders",
            "icons": [
                {
                    "src": "./icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "./screenshots/storefront-narrow-1242x2688.png",
            "sizes": "1242x2688",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile storefront with offline-ready shopping"
        },
        {
            "src": "./screenshots/storefront-wide-1920x1080.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop storefront with featured catalog and cart snapshot"
        }
    ]
}
