Files
Trading_Studio/pwa/manifest.webmanifest
T

28 lines
676 B
JSON

{
"name": "Trading Studio 交易复盘配音",
"short_name": "TradingStudio",
"description": "本地量化交易复盘 → B 站配音生产流水线",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0f1419",
"theme_color": "#2563eb",
"lang": "zh-CN",
"categories": ["productivity", "utilities"],
"icons": [
{
"src": "/pwa/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/pwa/icons/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}