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>
App icon & splash source images
@capacitor/assets generates every Android (and iOS) icon/splash density from these masters.
| File | Size | Purpose |
|---|---|---|
icon.png |
1024×1024 | App icon (all densities + Android adaptive icon) |
splash.png |
2732×2732 | Launch splash (light) |
splash-dark.png |
2732×2732 | Launch splash (dark mode) |
These were generated from the existing PWA icon (server/public/icon-512.png) + brand blue
#1F3B73. To rebrand, replace these three files (keep the sizes) and re-run:
cd mobile
npm run assets # Android only (npm run assets:all for iOS too)
npx cap sync
Tip: for the sharpest result, drop a true 1024×1024 icon.png (and a 2732×2732 splash.png)
exported from the design source rather than an upscale.