-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
60 lines (60 loc) · 1.88 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
{
"expo": {
"name": "JIIT Companion",
"slug": "jiit-linked",
"platforms": ["ios", "android", "web"],
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "jiitcompanion",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"notification": {
"icon": "./assets/icon.png",
"iosDisplayInForeground": true
},
"assetBundlePatterns": ["**/*"],
"web": {
"config": {
"firebase": {
"apiKey": "AIzaSyCGfQbubv4Hrq9E_TQXyth2VCmPFdTY-J8",
"authDomain": "jiitcompanion-new-4c6fb.firebaseapp.com",
"databaseURL": "https://jiitcompanion-new-4c6fb.firebaseio.com",
"projectId": "jiitcompanion-new-4c6fb",
"storageBucket": "jiitcompanion-new-4c6fb.appspot.com",
"messagingSenderId": "1075874025858",
"appId": "1:1075874025858:web:b9d6d5961e5895786f3f9b",
"measurementId": "G-88F2CV0EVL"
}
}
},
"ios": {
"infoPlist": {
"NSFaceIDUsageDescription": "Requires FaceID To protect your CGPA Info"
},
"supportsTablet": true,
"requireFullScreen": false,
"bundleIdentifier": "com.sunnydhama.jiitcompanion",
"buildNumber": "1.1.0",
"googleServicesFile": "./firebase/GoogleService-Info.plist",
"config": {
"googleMobileAdsAppId": "ca-app-pub-1528058450389133~3396166750"
}
},
"android": {
"googleServicesFile": "./firebase/google-services.json",
"package": "me.sunnydhama.jiitcompanion",
"versionCode": 23,
"playStoreUrl": "https://play.google.com/store/apps/details?id=me.sunnydhama.jiitcompanion",
"config": {
"googleMobileAdsAppId": "ca-app-pub-1528058450389133~3396166750"
}
}
}
}