2026-06-24 17:13:01 +05:30
|
|
|
{
|
|
|
|
|
"name": "BizGaze Connect",
|
|
|
|
|
"short_name": "Connect",
|
|
|
|
|
"description": "Chat, screen share, and video meetings for the BizGaze ecosystem.",
|
|
|
|
|
"start_url": "/home",
|
|
|
|
|
"scope": "/",
|
|
|
|
|
"display": "standalone",
|
|
|
|
|
"orientation": "portrait-primary",
|
|
|
|
|
"background_color": "#1F3B73",
|
|
|
|
|
"theme_color": "#1F3B73",
|
|
|
|
|
"icons": [
|
2026-06-25 15:02:11 +05:30
|
|
|
{ "src": "/icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
|
|
|
|
{ "src": "/icon-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
|
|
|
|
{ "src": "/icon-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
2026-06-24 17:13:01 +05:30
|
|
|
]
|
|
|
|
|
}
|