Files
stock/stock-html/static/manifest.json
T
freedakgmail 9c7d7abdd4 Initial commit
2026-07-17 18:49:35 +08:00

19 lines
452 B
JSON

{
"name": "股票投资",
"short_name": "股票投资",
"description": "股票投资分析与管理系统",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#0a0a0a",
"orientation": "portrait",
"icons": [
{
"src": "/static/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}