-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
69 lines (69 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"expo": {
"name": "Synonyme Du Mot",
"slug": "SynonymeDuMot",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.silverlab.synonymedunom",
"buildNumber": "1.0.0",
"config": {
"googleMobileAdsAppId": "ca-app-pub-1842226795073288~1702748037"
}
},
"android": {
"package": "com.silverlab.synonymedunom",
"googleServicesFile": "./google-services.json",
"versionCode": 2,
"icon": "./assets/icon.png",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"config": {
"googleMobileAdsAppId": "ca-app-pub-6278136934138629~6945489947"
}
},
"notification": {
"icon": "./assets/icon_notif.png",
"color": "#fff",
"androidMode": "default",
"androidCollapsedTitle": "n/a"
},
"web": {
"favicon": "./assets/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyC07Yh3i5lRwMp__jT7uLQDj3JN9iAA4OI",
"measurementId": "G-9VP01NDSXJ"
}
}
},
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/icon_notif.png"
}
]
],
"extra": {
"eas": {
"projectId": "2b0d6101-0efe-4919-9d3a-d6acf3f9f4c1"
}
}
}
}