forked from czy0729/Bangumi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
executable file
·44 lines (44 loc) · 1.06 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
{
"expo": {
"description": "A React Native App for https://bgm.tv, tinygrail plugin 4.5.0",
"version": "7.3.0",
"android": {
"versionCode": 70300,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
"backgroundColor": "#000000"
}
},
"name": "Bangumi",
"slug": "bangumi-pro",
"privacy": "public",
"platforms": [
"ios"
],
"orientation": "portrait",
"scheme": "bangumi",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"enabled": false,
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "tv.bangumi.czy0729",
"supportsTablet": true
},
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#ffffff"
},
"githubUrl": "https://github.com/czy0729/Bangumi"
}
}