-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
65 lines (65 loc) · 1.82 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
{
"expo": {
"name": "NotiBot",
"slug": "NotiBot",
"version": "1.3.0",
"orientation": "portrait",
"icon": "./assets/NotiBotIcon.png",
"splash": {
"image": "./assets/NotiBotSplash.png",
"resizeMode": "cover",
"backgroundColor": "#ff0000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.kihtrak.NOTIBOT",
"googleServicesFile": "./GoogleService-Info.plist",
"requireFullScreen": false,
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.896187396809-gc46s18rgvue2qq9cgh7ul03quflo015"
}
}
},
"android": {
"versionCode": 10,
"package": "com.kihtrak.NOTIBOT",
"googleServicesFile": "./google-services.json",
"useNextNotificationsApi": true,
"config": {
"googleSignIn": {
"apiKey": "AIzaSyAH1oQArVDhObvK9-OZ1ouzKUMtDYPH-zk",
"certificateHash": "F2:7E:13:C4:20:82:18:72:28:2A:92:3B:4C:B4:5F:78:A4:FE:42:13"
}
},
"permissions": []
},
"web": {
"favicon": "./assets/NotiBotIconTransparent.png",
"config": {
"firebase": {
"apiKey": "AIzaSyBc_AtukKnVqdNYRefB-NtZLy5otD8KMvA",
"authDomain": "notibotapp.firebaseapp.com",
"databaseURL": "https://notibotapp.firebaseio.com",
"projectId": "notibotapp",
"storageBucket": "notibotapp.appspot.com",
"messagingSenderId": "896187396809",
"appId": "1:896187396809:web:719da9552c5ef5ea669318",
"measurementId": "G-J6CCLDFN7E"
}
}
},
"scheme": "notibot",
"extra": {
"eas": {
"projectId": "b72af8b4-2539-4015-bcb5-ef4a940e55ad"
}
}
}
}