{
    "name": "CaeTrader — Computer Automated Expert Trader",
    "short_name": "CaeTrader",
    "description": "Automated stock and crypto trading dashboard",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#060609",
    "theme_color": "#f5a623",
    "orientation": "any",
    "icons": [
        {
            "src": "/static/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/favicon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": [
        "finance",
        "productivity"
    ]
}