{
    "name": "HealthHepta",
    "short_name": "HealthHepta",
    "description": "HealthHepta retailer storefront, cart, checkout, orders, and profile.",
    "id": "/retailer/app",
    "start_url": "/retailer/app",
    "scope": "/retailer/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F5F7F5",
    "theme_color": "#15803D",
    "categories": [
        "medical",
        "shopping",
        "business"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/apps/retailer-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apps/retailer-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/apps/retailer-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Orders",
            "url": "/orders",
            "icons": [
                {
                    "src": "/icons/apps/retailer-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Cart",
            "url": "/cart",
            "icons": [
                {
                    "src": "/icons/apps/retailer-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
