Langchain-Chatchat/frontend/public/manifest.json

62 lines
1.4 KiB
JSON

{
"background_color": "#000000",
"description": "An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application",
"display": "standalone",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/maskable-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/maskable-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"id": "/",
"name": "LobeChat",
"orientation": "portrait",
"scope": "/",
"screenshots": [
{
"src": "/screenshots/screenshot-1.png",
"sizes": "750x1334",
"type": "image/png"
},
{
"src": "/screenshots/screenshot-2.png",
"sizes": "750x1334",
"type": "image/png"
},
{
"src": "/screenshots/screenshot-3.png",
"sizes": "750x1334",
"type": "image/png"
},
{
"src": "/screenshots/screenshot-4.png",
"sizes": "750x1334",
"type": "image/png"
}
],
"short_name": "LobeChat",
"splash_pages": null,
"start_url": ".",
"theme_color": "#000000"
}