-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.56 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
{
"expo": {
"name": "Memoir",
"description": "Memoir promotes mindfulness and serenity through deep breathing and meditation exercises. Users can sign in with their Facebook, Apple ID, or email to save their favorite exercises and track their personal exercise progress.",
"slug": "Memoir",
"version": "1.1.9",
"orientation": "portrait",
"icon": "./assets/app-icon.png",
"splash": {
"image": "./assets/splash/memoir-splash.png",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*",
"assets/exercises-images/*",
"assets/audio/*",
"assets/splash/*",
"assets/video-exercises/*",
"assets/screen-icons/*"
],
"facebookScheme": "fb200817071551403",
"facebookAppId": "200817071551403",
"facebookDisplayName": "memoir",
"scheme": "com.memoir.memoir-app",
"ios": {
"supportsTablet": true,
"usesAppleSignIn": true,
"bundleIdentifier": "com.memoir.memoir-app",
"config": {
"usesNonExemptEncryption": false
},
"appStoreUrl": "https://apps.apple.com/us/app/memoir-breathing/id1544869710"
},
"android": {
"package": "com.memoir.memoir",
"versionCode": 8,
"adaptiveIcon": {
"foregroundImage": "./assets/app-icon.png",
"backgroundColor": "#FFFFFF"
},
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.memoir.memoir"
},
"web": {
"favicon": "./assets/memoir-logo.png"
}
}
}