From 57f5b03ba065c81c663b440a404c49060cc12814 Mon Sep 17 00:00:00 2001 From: aabytt <84480313+aabytt@users.noreply.github.com> Date: Wed, 15 Oct 2025 23:28:40 +0300 Subject: [PATCH] Update iconColor in appinfo.json for webOS 25 compatibility --- appinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo.json b/appinfo.json index a7b80c3..b8f927d 100644 --- a/appinfo.json +++ b/appinfo.json @@ -8,7 +8,7 @@ "splashBackground": "assets/splash_1080p.png", "bgImage": "assets/splash_1080p.png", "main": "index.html", - "iconColor": "black", + "iconColor": "#000000", "type": "web", "supportGIP": true, "appDescription": "HyperHDR for WebOS"