-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 992 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
37
38
{
"expo": {
"name": "GOZeroWaste",
"slug": "GOZeroWaste",
"version": "2.2.5",
"orientation": "portrait",
"icon": "./assets/icons/icon.png",
"splash": {
"image": "./assets/icons/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.tsh22.gozerowaste",
"infoPlist": {
"NSCameraUsageDescription": "This app uses the camera to scan QR codes to allow users to borrow reusables and earn rewards from bringing their own reusables."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icons/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.tsh22.gozerowaste",
"versionCode": 8
},
"web": {
"favicon": "./assets/icons/favicon.png"
}
}
}