We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6050161 commit ab5a65cCopy full SHA for ab5a65c
mobile/app.json
@@ -4,7 +4,7 @@
4
"slug": "zappify",
5
"version": "1.0.0",
6
"orientation": "portrait",
7
- "icon": "./assets/icon.png",
+ "icon": "./assets/logo.png",
8
"userInterfaceStyle": "light",
9
"newArchEnabled": true,
10
"updates": {
@@ -29,8 +29,8 @@
29
},
30
"android": {
31
"adaptiveIcon": {
32
- "foregroundImage": "./assets/adaptive-icon.png",
33
- "backgroundColor": "#ffffff"
+ "foregroundImage": "./assets/logo.png",
+ "backgroundColor": "#FF3D00"
34
35
"package": "com.zappify.app",
36
"edgeToEdgeEnabled": true
0 commit comments