16 lines
506 B
JSON
16 lines
506 B
JSON
{
|
|
"name": "Odysseus",
|
|
"short_name": "Odysseus",
|
|
"description": "Self-hosted AI chat with memory, documents, and tools",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"background_color": "#282c34",
|
|
"theme_color": "#282c34",
|
|
"icons": [
|
|
{ "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
|
{ "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
|
]
|
|
}
|