feat(brand): roll out master app icon, splash & branded loaders everywhere
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>
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"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" }
|
||||
{ "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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user