{
    "name": "Orbis RWA",
    "short_name": "Orbis RWA",
    "description": "Tokenized Real World Assets & Neural Investment Platform",
    "start_url": "/",
    "display": "minimal-ui",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "1024x1024",
            "type": "image/png"
        },
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Deposit",
            "url": "/dashboard?action=deposit",
            "description": "Deposit funds into Neural Vault"
        },
        {
            "name": "Markets",
            "url": "/markets",
            "description": "View Prediction Markets"
        }
    ]
}