{
    "name": "Body Shape Calculator",
    "short_name": "Body Shape C",
    "description": "Determine your body shape from bust, waist, and hip measurements. Get personalized style tips for Hourglass, Pear, Inverted Triangle, Rectangle, or Apple body types.",
    "start_url": "/en/app/body-shape-calculator",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#FAF5FF",
    "background_color": "#FAF5FF",
    "scope": "/en/app/body-shape-calculator",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/body-shape-calculator/body-shape-calculator-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/body-shape-calculator/body-shape-calculator-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}