Files
eth_hedge_sim/frontend/public/manifest.webmanifest
T

35 lines
862 B
JSON

{
"name": "比特骆驼自动化对冲系统",
"short_name": "比特骆驼",
"description": "比特骆驼自动化对冲系统:ETH 永续+期权对冲监控与策略控制台",
"start_url": "/plan",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui", "browser"],
"orientation": "any",
"background_color": "#0b0e11",
"theme_color": "#0b0e11",
"lang": "zh-CN",
"categories": ["finance", "productivity"],
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}