e9e5c7f406
Logo was dark-on-blue (low contrast); now centered on a white tile like the header treatment. Icon URLs versioned (?v=2) so browsers/installs fetch the new ones. Build marker -> pwa2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
617 B
JSON
17 lines
617 B
JSON
{
|
|
"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": [
|
|
{ "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" }
|
|
]
|
|
}
|