simple-llm-chat-ui/public/manifest.webmanifest
2026-04-26 22:30:08 +08:00

34 lines
725 B
JSON

{
"name": "Simple LLM Chat UI",
"short_name": "LLM Chat",
"description": "A local-first chat panel for OpenAI-compatible LLM services.",
"id": "/",
"lang": "zh-CN",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#ffffff",
"theme_color": "#111111",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}