{
    "name": "Essence of Asia - Premium Health Mix with 14 Natural Ingredients",
    "short_name": "Essence of Asia",
    "description": "Premium health mix combining 14 traditional ingredients including almonds, walnuts, millets, and superfoods. Authentic nutrition, gluten-free, and organic.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFC700",
    "theme_color": "#FFC700",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "health",
        "nutrition",
        "food",
        "wellness",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Shop Products",
            "short_name": "Shop",
            "description": "Browse our premium health mix products",
            "url": "/products",
            "icons": [
                {
                    "src": "/shortcut-shop-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View Ingredients",
            "short_name": "Ingredients",
            "description": "Learn about our 14 natural ingredients",
            "url": "/ingredients",
            "icons": [
                {
                    "src": "/shortcut-ingredients-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Recipes",
            "short_name": "Recipes",
            "description": "Healthy recipes using our health mix",
            "url": "/recipes",
            "icons": [
                {
                    "src": "/shortcut-recipes-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "description": "Get in touch with Essence of Asia",
            "url": "/contact",
            "icons": [
                {
                    "src": "/shortcut-contact-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot-mobile-1.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Essence of Asia homepage on mobile"
        },
        {
            "src": "/screenshot-mobile-2.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Products page showing health mix options"
        },
        {
            "src": "/screenshot-desktop-1.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Essence of Asia homepage on desktop"
        },
        {
            "src": "/screenshot-desktop-2.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Ingredients showcase on desktop"
        }
    ],
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://essenceofasia.in/manifest.json"
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    }
}