{
    "name": "ABC Services",
    "short_name": "ABC",
    "description": "NIN and BVN verification, data top-ups and wallet management for ABC Services agents.",
    "id": "/",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "theme_color": "#F9FAFB",
    "background_color": "#F9FAFB",
    "lang": "en-NG",
    "dir": "ltr",
    "categories": ["business", "finance", "utilities"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Verify NIN",
            "short_name": "NIN",
            "url": "/nin/verify",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Verify BVN",
            "short_name": "BVN",
            "url": "/bvn-verify",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Buy Data",
            "short_name": "Data",
            "url": "/buy-data",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Fund Wallet",
            "short_name": "Fund",
            "url": "/wallet/fund",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
