{
    "name": "CTForex - Professional Forex Trading Platform",
    "short_name": "CTForex",
    "description": "Professional Forex Trading Platform offering advanced trading tools, expert analysis, and comprehensive education for traders of all levels.",
    "icons": [
        {
            "src": "/static/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#014C81",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "start_url": "/",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["finance", "business", "education"],
    "screenshots": [
        {
            "src": "/static/images/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}