Initial Code

First Commit
This commit is contained in:
2025-06-16 01:13:41 +02:00
commit b9095962f8
50 changed files with 15586 additions and 0 deletions

21
public/favicon/site.webmanifest Executable file
View File

@@ -0,0 +1,21 @@
{
"name": "Eira Personal AI Assistant",
"short_name": "Eira",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#6f42c1",
"background_color": "#ffffff",
"display": "standalone"
}