20 lines
677 B
JSON
20 lines
677 B
JSON
{
|
|
"name": "Metona Ollama Client",
|
|
"short_name": "Ollama",
|
|
"description": "基于原生 JavaScript 的 Ollama AI 客户端 - 流式聊天、多模态、历史管理",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a1a",
|
|
"theme_color": "#0a0a1a",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🦙</text></svg>",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"]
|
|
}
|