-
Notifications
You must be signed in to change notification settings - Fork 11
/
app.json
36 lines (35 loc) · 921 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
{
"expo": {
"name": "מהפכה של שמחה",
"description": "אפליקציה לעידוד התנדבויות בבתי חולים",
"slug": "StartachHapRev",
"version": "1.1.2",
"icon": "./src/images/haprev1024.png",
"sdkVersion": "35.0.0",
"entryPoint": "./App.js",
"privacy": "public",
"ios": {
"bundleIdentifier": "com.startach.HapRevo",
"buildNumber": "10",
"icon": "./src/images/haprev1024.png"
},
"android": {
"versionCode": 11,
"package": "com.startach.HapRevo",
"adaptiveIcon": {
"foregroundImage": "./src/images/haprev1024.png",
"backgroundColor": "#FFFFFF"
},
"permissions": [
"CALENDAR",
"CAMERA_ROLL",
"NOTIFICATIONS"
]
},
"notification": {
"icon":"./src/images/haprev1024.png"
},
"primaryColor":"#FFFFFF",
"orientation": "portrait"
}
}