mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "librechat.ai",
|
|
"short_name": "librechat.ai",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#111111",
|
|
"background_color": "#111111",
|
|
"display": "minimal-ui"
|
|
}
|