Upload 2 new, 10 modified files from chat-switchboard-v0.7.4.zip
This commit is contained in:
29
src/manifest.json
Normal file
29
src/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user