{
    "name": "Quantum Market Analyzer",
    "short_name": "QMA",
    "description": "AI-powered quantitative trading platform for stocks, commodities, and forex",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0f1e",
    "theme_color": "#0a0f1e",
    "orientation": "any",
    "scope": "/",
    "lang": "cs",
    "categories": [
        "finance",
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Screener",
            "url": "/screener",
            "description": "Stock screener with 6 pillars"
        },
        {
            "name": "Radar",
            "url": "/market-movers",
            "description": "Market movers and AI radar"
        },
        {
            "name": "Portfolio",
            "url": "/portfolio",
            "description": "Smart portfolio manager"
        }
    ]
}