{
    "id": "planbxpress-app",
    "name": "PlanBXpress",
    "short_name": "PlanBXpress",
    "description": "Financial education and trading membership platform",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#111827",
    "theme_color": "#111827",
    "categories": ["finance", "education"],
    "icons": [
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/planbxpress_app-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "My Groups",
            "short_name": "Groups",
            "description": "Open your trading groups",
            "url": "/groups",
            "icons": [{ "src": "/icons/planbxpress_app-icon.png", "sizes": "96x96" }]
        },
        {
            "name": "My Wallet",
            "short_name": "Wallet",
            "description": "View your wallet balance",
            "url": "/wallet",
            "icons": [{ "src": "/icons/planbxpress_app-icon.png", "sizes": "96x96" }]
        },
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "Go to your dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/icons/planbxpress_app-icon.png", "sizes": "96x96" }]
        }
    ],
    "prefer_related_applications": false
}