-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
37 lines (37 loc) · 951 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
{
"name": "Sardonyx",
"displayName": "Sardonyx",
"expo": {
"name": "Sardonyx",
"description": "A mobile client for Sardonyx",
"slug": "sardonyx",
"privacy": "unlisted",
"sdkVersion": "33.0.0",
"version": "1.0.1",
"platforms": ["ios", "android"],
"githubUrl": "https://github.com/SardonyxApp/sardonyx",
"orientation": "portrait",
"primaryColor": "#ffffff",
"icon": "./src/assets/logos/appIcon.png",
"splash": {
"backgroundColor": "#ffffff",
"resizeMode": "contain",
"image": "./src/assets/logos/splash.png"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"ios": {
"bundleIdentifier": "app.sardonyx",
"icon": "./src/assets/logos/appIconOpaque.png"
},
"android": {
"package": "app.sardonyx",
"permissions": []
},
"androidStatusBarColor": "#ffffff",
"androidStatusBar": {
"backgroundColor": "#ffffff"
}
}
}