From 1b3127bb0d1511499521775cd9210ff4d618a7da Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 5 Feb 2026 05:31:54 +0900 Subject: [PATCH] [backport cloud/1.38] Update manifest.json to remove color properties (#8613) Backport of #8612 to `cloud/1.38` Automatically created by backport workflow. Co-authored-by: Alexander Brown --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8d22f6423..490bbfb6a 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,5 @@ "type": "image/svg+xml" } ], - "display": "standalone", - "background_color": "#172dd7", - "theme_color": "#f0ff41" + "display": "standalone" }