diff --git a/manifest.json b/manifest.json index d906b2e23..ad419b437 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,13 @@ "short_name": "ComfyUI", "description": "ComfyUI: AI image generation platform", "start_url": "/", + "icons": [ + { + "src": "/assets/images/comfy-logo-single.svg", + "sizes": "any", + "type": "image/svg+xml" + } + ], "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000"