-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
44 lines (37 loc) · 816 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "My Daly Expeneses",
"displayName": "My Daly Expeneses",
"expo": {
"name": "MyDalyExpeneses",
"slug": "MyDalyExpeneses",
"version": "2.0.1",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#006400"
},
"platforms": [
"ios",
"android",
"web"
],
"updates": {
"enabled": true,
"fallbackToCacheTimeout": 30000,
"checkAutomatically": "ON_LOAD"
},
"ios": {
"supportsTablet": true
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"package": "com.israr.expensesTracker",
"config": {
"googleMobileAdsAppId": "ca-app-pub-6984928475835712~5976727826"
}
}
}
}