diff options
| author | Alex Stevenson-Price <alex@jsp.scot> | 2025-06-21 10:52:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-21 10:52:26 +0100 |
| commit | 6c0bcca1d5f4c72d128e8ae0298e2e896d2b2e30 (patch) | |
| tree | 18a6ef12270c274ece727589bc0c673931436fa3 /apps/mobile/app.json | |
| parent | a16c542417f0e95b1ceae9b83d5b92ef109138bf (diff) | |
| download | karakeep-6c0bcca1d5f4c72d128e8ae0298e2e896d2b2e30.tar.zst | |
fix(mobile): tweaks to mobile app icon padding + added iOS tinted variant (#1620)
* Added more padding to mobile app icon
* Added iOS tinted app icon variant
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": { |
