-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.71 KB
/
Copy pathapp.json
File metadata and controls
58 lines (58 loc) · 1.71 KB
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
{
"expo": {
"name": "Gratonite",
"slug": "gratonite-mobile",
"version": "0.2.0",
"scheme": "gratonite",
"owner": "coodaye",
"orientation": "portrait",
"icon": "./assets/icon.png",
"newArchEnabled": true,
"plugins": [
"expo-splash-screen",
"expo-notifications",
"expo-secure-store",
"expo-background-task",
"expo-font"
],
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#0a0f1a"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"extra": {
"apiUrl": "https://api.gratonite.chat",
"wsUrl": "https://api.gratonite.chat",
"webAppUrl": "https://gratonite.chat/app",
"eas": {
"projectId": "2c90539e-5fd5-4eed-a08e-507c32d77ed8"
}
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "chat.gratonite.mobile",
"buildNumber": "1",
"infoPlist": {
"NSCameraUsageDescription": "Gratonite uses the camera for profile photos and video calls.",
"NSMicrophoneUsageDescription": "Gratonite uses the microphone for voice channels and calls.",
"NSPhotoLibraryUsageDescription": "Gratonite accesses your photos so you can upload images and videos in chats.",
"NSPhotoLibraryAddUsageDescription": "Gratonite may save media from chats to your photo library when you choose to download files.",
"UIBackgroundModes": [
"fetch",
"remote-notification",
"audio"
]
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0a0f1a"
},
"package": "chat.gratonite.mobile"
}
}
}