Odysseus v1.0

This commit is contained in:
pewdiepie-archdaemon
2026-05-31 23:58:26 +09:00
commit e5c99a5eee
421 changed files with 271349 additions and 0 deletions

15
static/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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" }
]
}