Upload 2 new, 10 modified files from chat-switchboard-v0.7.4.zip

This commit is contained in:
2026-02-21 23:00:58 +00:00
parent 1ec392879b
commit 99dd88f896
10 changed files with 519 additions and 11 deletions

29
src/manifest.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "Chat Switchboard",
"short_name": "Switchboard",
"description": "Self-hosted AI chat — unified interface for multiple providers",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#0e0e10",
"theme_color": "#0e0e10",
"orientation": "any",
"icons": [
{
"src": "favicon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "favicon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}