{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "Fits Me — Cross-store fit-aware shopping",
    "short_name": "Fits Me",
    "description": "One search across every store, sized to fit you. Snap a fit photo, capture your measurements, find clothes that actually fit — across SHEIN, Uniqlo, Nike and dozens more.",
    "start_url": "/?utm_source=pwa",
    "id": "shop.fitsme.app",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "portrait-primary",
    "background_color": "#CCFF00",
    "theme_color": "#000000",
    "categories": ["shopping", "lifestyle", "fashion"],
    "lang": "en-US",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icon-512.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.svg",
            "sizes": "180x180",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop the drops",
            "short_name": "Shop",
            "description": "Browse this week's drop across stores",
            "url": "/shop?utm_source=pwa_shortcut",
            "icons": [{ "src": "/icon-512.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Visual search",
            "short_name": "Snap a fit",
            "description": "Photograph a garment to find similar items in your size",
            "url": "/?visual=1&utm_source=pwa_shortcut",
            "icons": [{ "src": "/icon-512.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "My profile",
            "short_name": "Profile",
            "description": "View your measurements and saved looks",
            "url": "/profile?utm_source=pwa_shortcut",
            "icons": [{ "src": "/icon-512.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ]
}
