forked from GithubProxy/ChatGPT-Next-Web
- 过滤掉模型名称中包含"TTS"的选项 - 更新应用名称为"UtopiAI" - 修改应用描述为"Personal generative AI assistant." - 更新网站图标 - 调整侧边栏标题和副标题
20 lines
393 B
JSON
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"
|
|
} |