diff options
Diffstat (limited to 'apps/mobile/app.json')
| -rw-r--r-- | apps/mobile/app.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json index c8a9ade9..6b02683b 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -5,7 +5,10 @@ "scheme": "karakeep", "version": "1.7.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": { + "light": "./assets/icon.png", + "tinted": "./assets/icon-tinted.png" + }, "userInterfaceStyle": "automatic", "assetBundlePatterns": ["**/*"], "ios": { |
