Made Jarvis more mobile friendly

This commit is contained in:
2026-04-21 11:00:39 +02:00
parent a72eef4b82
commit eaea8d94b1
14 changed files with 604 additions and 97 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "oAI-Web",
"short_name": "Jarvis",
"description": "Personal AI Agent",
"start_url": "/",
"display": "standalone",
"background_color": "#0f1117",
"theme_color": "#0f1117",
"icons": [
{
"src": "/static/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}