-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.27 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"expo": {
"name": "Divide & De-Stress",
"slug": "DivideDeStress",
"platforms": [
"ios",
"android"
],
"description": "A task management app for those projects that need a little effort on a regular basis. Ideal for students managing long-term assignments, or avid readers trying to hit a monthly goal.",
"version": "1.3.0",
"orientation": "portrait",
"icon": "./assets/images/icon_words.png",
"primaryColor": "#409AB5",
"notification": {
"icon": "./assets/images/white_icon.png"
},
"scheme": "dividedestress",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.buddingapps.dividedestress",
"buildNumber": "1.3.0"
},
"android": {
"package": "com.buddingapps.divide_destress",
"versionCode": 12,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon_words.png",
"backgroundColor": "#000"
}
},
"extra": {
"eas": {
"projectId": "689f619e-4c01-41a4-a2d1-419e90c46ca4"
}
}
}
}