-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
50 lines (50 loc) · 1.13 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
{
"name": "huni",
"displayName": "Huni",
"analyticsKey": "UA-179085177-1",
"apiEndpoint": "https://leeloo.dreamoriented.org/",
"assetEndpoint": "https://api.assistivecards.com/",
"assetVersion": 215,
"planPrefix": "huniapp_",
"config": {
"language": true,
"tts": true,
"accent": true,
"apps": true,
"backgroundColor": "#63b2b5",
"pFontColor": "#333333"
},
"storeId": {
"appStore": 1516921796,
"googlePlay": 4974702142318544442
},
"expo": {
"name": "huni",
"slug": "huni",
"version": "1.1.0",
"platforms": [
"ios",
"android",
"web"
],
"ios": {
"bundleIdentifier": "org.dreamoriented.huni",
"buildNumber": "1.1.0",
"requireFullScreen": true,
"supportsTablet": true,
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"package": "org.dreamoriented.huni",
"permissions": [
"WAKE_LOCK"
],
"versionCode": 108,
"googleServicesFile": "./google-services.json"
},
"assetBundlePatterns": [
"**/*"
],
"entryPoint": "node_modules/expo/AppEntry.js"
}
}