mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-06-06 06:56:29 +00:00
## Summary cloud.comfy.org shows the old yellow-on-blue ComfyUI mark as its favicon. Root cause: `manifest.json` points at `comfy-logo-single.svg` (old `#172DD7` blue logo), and older deployed builds set no static `<link rel="icon">`, so the browser uses the manifest icon for the tab. Point the manifest at new-brand dark+yellow icons. ## Changes - **What**: `manifest.json` icons now reference new `comfy-icon-192.png` / `comfy-icon-512.png` (dark `#211927` + yellow `#F2FF59`, full-bleed for `maskable` safe zone) instead of the old blue `comfy-logo-single.svg`. - **Breaking**: none. ## Review Focus - Pairs with #12537 (static `favicon.ico` link, merged) — together the tab favicon and the PWA/install icon are both the new brand. - This does NOT change `comfy-logo-single.svg` itself, which is still used as the in-app header logo (`ComfyOrgHeader.vue`) and the cloud subscription redirect view — those remain the old blue mark and can be updated separately if desired. - Note: cloud.comfy.org runs a pinned/older frontend build; this (and #12537) only take effect once cloud bumps its frontend version. ## Screenshots (if applicable)