{
    "name": "Pomegranate Prepare",
    "short_name": "Pomegranate",
    "description": "Pre-pregnancy prepare testing and insights platform",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#7c3aed",
    "background_color": "#ffffff",
    "categories": ["health", "medical", "lifestyle"],
    "lang": "en-GB",
    "dir": "ltr",
    "icons": [
        {
            "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": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View your health dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Order Kit",
            "short_name": "Order",
            "description": "Order a new test kit",
            "url": "/order-kit",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Health Tests",
            "short_name": "Tests",
            "description": "Learn about health tests",
            "url": "/health-tests",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "display_override": ["window-controls-overlay", "standalone"],
    "edge_side_panel": {
        "preferred_width": 320
    },
    "prefer_related_applications": false
}
