19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|