chatbridge/client/public/manifest.json

9 lines
182 B
JSON
Raw Normal View History

2023-07-24 22:44:08 +00:00
{
2023-08-05 02:26:41 +00:00
"short_name": "ChatBridge",
"name": "ChatBridge: Bridge ur chatz",
2023-07-24 22:44:08 +00:00
"start_url": ".",
"display": "standalone",
2023-08-05 02:26:41 +00:00
"theme_color": "#FFFFFF",
"background_color": "#1C1B22"
2023-07-24 22:44:08 +00:00
}