{
    "name": "Twin Socks",
    "short_name": "Twin Socks",
    "description": "Premium store for socks - Discover our exclusive collection of high-quality socks",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#FBF6F0",
    "theme_color": "#8B5E3C",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/ts-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/ts-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/ts-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/ts-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/image/intro.jpg",
            "sizes": "1080x1920",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Twin Socks Mobile"
        },
        {
            "src": "/image/intro.jpg",
            "sizes": "1920x1080",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Twin Socks Desktop"
        }
    ]
}