From 59edaeeb7da6941791c7151de351ed5068c095fe Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sun, 6 Jul 2025 19:22:57 +0200 Subject: [PATCH] fix for manifest.json --- index.html | 2 +- public/manifest.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index aebd9f1..9db5f76 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/public/manifest.json b/public/manifest.json index 7d879ad..5cf60bd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -17,5 +17,8 @@ "64x64": "/icon64.png" }, "environment": { + "webViewBackgroundColor": "#121212", + "capabilities": ["chat", "dice"], + "extras": ["colorStyles"] } }