* fix(HH-530): replace user-facing Chatwoot branding * fix(HH-530): close branding review blockers * test(HH-530): cover update banner binding --------- Co-authored-by: Rogee <rogee@ipao.vip>
26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"name": "GoChat",
|
|
"short_name": "GoChat",
|
|
"icons": [
|
|
{
|
|
"src": "/brand-assets/logo_thumbnail-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/brand-assets/logo_thumbnail-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/brand-assets/logo_thumbnail.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1f93ff",
|
|
"theme_color": "#1f93ff"
|
|
}
|