From 1f92ced36ec0af11ec0d10bee6aa2474b46462b6 Mon Sep 17 00:00:00 2001 From: Steffo <41108856+SteffoSpieler@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:41:43 +0200 Subject: feat(mobile/android): Add monochrome app icon (#1258) --- apps/mobile/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 046149e1..159319d2 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -34,7 +34,8 @@ "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#000000" + "backgroundColor": "#000000", + "monochromeImage": "./assets/adaptive-icon.png" }, "splash": { "image": "./assets/splash.png", -- cgit v1.2.3-70-g09d2