BangSo/apps/web/public/site.webmanifest

14 lines
379 B
Plaintext
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{
"name": "BangSo Bot",
"short_name": "BangSo Bot",
"description": "Your team of always-on agents.",
"start_url": "/",
"display": "standalone",
"background_color": "#050506",
"theme_color": "#050506",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}