From 7e32406007c31dcaf185adb3a51e022042157900 Mon Sep 17 00:00:00 2001 From: InternetAstronaut <87543901+InternetAstronaut@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:20:40 -0300 Subject: [PATCH] changed manifest to correctly name Candlestick --- public/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 5fbd4cdb3..3ff5cd02e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Wick Editor", - "name": "Wick Editor", + "short_name": "Candlestick", + "name": "Candlestick", "icons": [ { "src": "favicon.png", @@ -10,6 +10,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#ffc600", + "background_color": "#ffc600" }