-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
66 lines (66 loc) · 1.83 KB
/
Copy pathapp.json
File metadata and controls
66 lines (66 loc) · 1.83 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
59
60
61
62
63
64
65
66
{
"expo": {
"name": "Prog Strength",
"slug": "prog-strength",
"version": "0.2.0",
"orientation": "portrait",
"platforms": ["ios", "android"],
"icon": "./assets/icon.png",
"scheme": "progstrength",
"userInterfaceStyle": "dark",
"ios": {
"bundleIdentifier": "fitness.progstrength.app",
"supportsTablet": true,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"android": {
"package": "fitness.progstrength.app"
},
"plugins": [
"expo-router",
"expo-secure-store",
"expo-web-browser",
[
"expo-speech-recognition",
{
"microphonePermission": "Prog Strength uses the microphone to turn spoken workout logs into chat messages.",
"speechRecognitionPermission": "Prog Strength uses speech recognition to turn your voice into chat messages without leaving the gym."
}
],
"expo-audio",
[
"expo-splash-screen",
{
"backgroundColor": "#0a0a0b",
"image": "./assets/icon.png",
"imageWidth": 160,
"resizeMode": "contain"
}
],
[
"expo-image-picker",
{
"photosPermission": "Prog Strength uses your photo library to set a profile picture, log meals from photos, and add photos to your activities.",
"cameraPermission": "Prog Strength uses the camera to log meals from photos and capture photos of your activities."
}
],
"expo-asset"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "275c4bcf-ad2d-4d06-a467-21e4c238ec86"
}
},
"owner": "jwallace145",
"runtimeVersion": "5",
"updates": {
"url": "https://u.expo.dev/275c4bcf-ad2d-4d06-a467-21e4c238ec86"
}
}
}