19 lines
452 B
JSON
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"
|
|
}
|
|
]
|
|
}
|