{
    "name": "Auradox App",
    "short_name": "Auradox",
    "description": "Auradox client portal — wallet, ad accounts, top-ups, and support.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0c0d10",
    "theme_color": "#0c0d10",
    "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-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Wallet",
            "url": "/wallet",
            "description": "Deposit funds and view balance"
        },
        {
            "name": "Top-up",
            "url": "/topup",
            "description": "Top up an ad account"
        },
        {
            "name": "Support",
            "url": "/support",
            "description": "Chat with the Auradox team"
        }
    ]
}
