This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/src/manifest.json
2026-02-23 19:31:33 +00:00

30 lines
633 B
JSON

{
"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-256.png",
"sizes": "256x256",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}