forked from potproject/ikuradon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (45 loc) · 1.01 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
{
"expo": {
"name": "ikuradon",
"description": "ikuradon - Mastodon Client App",
"slug": "potproject-ikuradon",
"version": "3.99.5",
"platforms": [
"android",
"ios"
],
"githubUrl": "https://github.com/potproject/ikuradon",
"icon": "assets/image/icon512.png",
"splash": {
"image": "assets/image/splash.png",
"backgroundColor": "#ff3300",
"resizeMode": "contain"
},
"privacy": "public",
"assetBundlePatterns": [
"assets/image/*"
],
"ios": {
"bundleIdentifier": "net.potproject.ikuradon"
},
"android": {
"package": "net.potproject.ikuradon",
"versionCode": 3,
"permissions": [
"CAMERA",
"READ_EXTERNAL_STORAGE"
]
},
"extra": {
"eas": {
"projectId": "2121d830-8f19-11e7-8104-4764ee54fc79"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": "https://u.expo.dev/2121d830-8f19-11e7-8104-4764ee54fc79"
}
}
}