-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
46 lines (46 loc) · 1.09 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
{
"expo": {
"name": "MoMM",
"description": "A Code For America App to help CVOEO's Reach-Up clients stay on track with their personal finance coaching.",
"slug": "momm",
"privacy": "public",
"sdkVersion": "34.0.0",
"primaryColor": "#FFFFFF",
"platforms": [
"ios",
"android"
],
"githubUrl": "https://github.com/codeforbtv/cvoeo-app",
"version": "0.6.66",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#04a0c6"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"./assets/"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.cvoeo.app",
"config": {},
"infoPlist": {},
"buildNumber": "73"
},
"android": {
"package": "org.cvoeo.app",
"versionCode": 76,
"permissions": [],
"config": {}
},
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#EEEEEE"
}
}
}