-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
32 lines (32 loc) · 881 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"expo": {
"name": "Crim-Task",
"slug": "crim-task",
"version": "2.1.2",
"orientation": "portrait",
"icon": "./assets/crim-task/icon.png",
"splash": {
"image": "./assets/crim-task/SplashScreen.png",
"resizeMode": "cover",
"backgroundColor": "#0C0826"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false
},
"android": {
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/crim-task/icon.png",
"backgroundColor": "#0C0826"
},
"package": "com.crim_son.crimtask"
},
"web": {
"favicon": "./assets/crim-task/icon.png"
}
}
}