Files
beast-trader/dashboard/manifest.json

23 lines
457 B
JSON

{
"name": "Beast Trader",
"short_name": "BeastTrader",
"description": "ETH/USDT 结构分析 + 信号诊断",
"start_url": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"orientation": "portrait",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}