{
    "name": "Waka Payments B2B",
    "short_name": "WakaB2B",
    "description": "Waka Payments B2B Dashboard — send, receive and manage business payments.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#163300",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/brand/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/brand/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "finance",
        "business"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Send Money",
            "short_name": "Send",
            "description": "Send a payment",
            "url": "/dashboard/payments/send"
        },
        {
            "name": "Transactions",
            "short_name": "Transactions",
            "description": "View recent transactions",
            "url": "/dashboard/transactions"
        }
    ]
}