{
    "name": "Purchoose",
    "short_name": "Purchoose",
    "description": "Social Shopping & Business Management Platform",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "categories": [
        "business",
        "shopping",
        "social"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "My Cards",
            "short_name": "Cards",
            "url": "/cards",
            "icons": [
                {
                    "src": "/icons/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "My Network",
            "short_name": "Network",
            "url": "/network",
            "icons": [
                {
                    "src": "/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}