diff --git a/index.html b/index.html index 7a321795c..0844ef4d1 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,15 @@ + + + + + + + +
diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..d906b2e23 --- /dev/null +++ b/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "ComfyUI", + "short_name": "ComfyUI", + "description": "ComfyUI: AI image generation platform", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000" +}