{
    "name": "TradeMind Glance HUD",
    "short_name": "TM HUD",
    "description": "Real-time emotion tracking for traders - Glance mode for iOS",
    "start_url": "/mobile-hud?access=vimall22",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#10b981",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}