New brand icon (Orbit — a node circling a block-cursor core, amber-gold on warm-dark, matching the desktop theme): - iOS: Assets.xcassets/AppIcon.appiconset (opaque 1024, was no icon) - desktop: resources/icon.png (rounded 1024 → .icns at package time) - desktop tray: trayTemplate.png/@2x — a proper macOS TEMPLATE (black shapes on transparent, system-tinted) replacing the old white blob - web: public/icon.svg (vector favicon/PWA) Master SVGs rendered with rsvg-convert.
desktop/resources
App + tray icons for electron-builder packaging.
Required for npm run dist:mac / dist:win (P1 packaging, not needed for dev/typecheck/tests):
icon.icns— macOS app icon (1024×1024 source,.icns).icon.ico— Windows app icon (256×256.ico).trayTemplate.png/trayTemplate@2x.png— menubar/tray icon (macOS template image, monochrome).
Generate from ../../public/icon.svg (the existing PWA icon) with any icon toolchain
(e.g. electron-icon-builder, or iconutil on macOS). These are binary assets and
are intentionally not committed as placeholders — add them before the first packaged build.