{
    "name": "TBOT - The Best One Trading",
    "short_name": "TBOT",
    "description": "Compare top forex brokers and crypto exchanges. Get expert market analysis and make informed trading decisions.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a237e",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/static/images/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/static/images/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Brokers",
            "url": "/brokers",
            "description": "View top rated brokers"
        },
        {
            "name": "Exchanges",
            "url": "/crypto-exchanges",
            "description": "View top crypto exchanges"
        },
        {
            "name": "Market Analysis",
            "url": "/market-analysis",
            "description": "View latest market analysis"
        }
    ],
    "categories": ["finance", "trading", "cryptocurrency", "forex"],
    "screenshots": [
        {
            "src": "/static/images/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "platform": "wide",
            "label": "TBOT Home Page"
        }
    ]
} 