Translate UI to English and add PWA support
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "LLM Monitor",
|
||||
"short_name": "LLM Monitor",
|
||||
"description": "Monitor available and running Ollama models.",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#111827",
|
||||
"theme_color": "#111827",
|
||||
"lang": "en",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.ico",
|
||||
"sizes": "any",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user