diff options
| author | Steffo <41108856+SteffoSpieler@users.noreply.github.com> | 2025-04-13 13:41:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 12:41:43 +0100 |
| commit | 1f92ced36ec0af11ec0d10bee6aa2474b46462b6 (patch) | |
| tree | 040abbec5fadea772869f208b8ccd9ae84bce549 /apps | |
| parent | eeff55f8e27b22181e3942974fdae560d76c165c (diff) | |
| download | karakeep-1f92ced36ec0af11ec0d10bee6aa2474b46462b6.tar.zst | |
feat(mobile/android): Add monochrome app icon (#1258)
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/mobile/app.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |
