NextChat-U/public/site.webmanifest
chenxv399 814bb48300 feat(branding): 更新品牌标识和功能
- 过滤掉模型名称中包含"TTS"的选项
- 更新应用名称为"UtopiAI"
- 修改应用描述为"Personal generative AI assistant."
- 更新网站图标
- 调整侧边栏标题和副标题
2025-01-10 20:47:28 +08:00

20 lines
393 B
JSON

{
"name": "UtopiAI",
"short_name": "UtopiAI",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}