a152005b71
From brand-assets/ masters (C + orbiting-dot on brand blue): - Regenerated PWA icons (192/512/maskable), apple-touch (180), favicons (32/16 + root favicon.ico) from the 1024 master; bumped manifest to v3. - Rebuilt desktop/build/icon.ico as a proper multi-size ICO (16..256, PNG-compressed) to fix the tiny/blurry taskbar icon. - Updated mobile masters (resources/icon.png 1024, splash.png/splash-dark.png 2732) for capacitor-assets to regenerate native icons/splash. - Wired the animated branded orbit loader into the app boot 'Loading…' screen; added favicon/theme-color links to index + home heads. - logo.png (horizontal wordmark) left untouched — masters have no wordmark. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
613 B
JSON
17 lines
613 B
JSON
{
|
|
"name": "Biz 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=3", "sizes": "192x192", "type": "image/png", "purpose": "any" },
|
|
{ "src": "/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "any" },
|
|
{ "src": "/icon-512.png?v=3", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
|
]
|
|
}
|