-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
80 lines (80 loc) · 1.45 KB
/
config.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"id": "com.flappybird.killflex",
"version": "1.0.0.0",
"versionCode": "1000000",
"name": "Flappy Bird",
"description": "Flappy Bird Game",
"whitelist": [
"http://*/*",
"https://*/*"
],
"author": "killflex",
"email": "ferryhasan10@gmail.com",
"website": "https://killflex.github.io",
"orientation": "portrait",
"fullscreen": false,
"permissionTypes": [],
"icons": [
{
"src": "www/icons/icon-512.png",
"width": 512,
"height": 512,
"density": "xxxhdpi"
},
{
"src": "www/icons/icon-256.png",
"width": 256,
"height": 256,
"density": null
},
{
"src": "www/icons/icon-128.png",
"width": 128,
"height": 128,
"density": "xhdpi"
},
{
"src": "www/icons/icon-64.png",
"width": 64,
"height": 64,
"density": "mdpi"
},
{
"src": "www/icons/icon-32.png",
"width": 32,
"height": 32,
"density": null
},
{
"src": "www/icons/icon-16.png",
"width": 16,
"height": 16,
"density": null
}
],
"adaptiveIcons": [],
"preferences": [],
"plugins": [
{
"id": "cordova-plugin-fullscreen",
"version": null,
"variables": []
}
],
"resourceFiles": [],
"android": {
"min": "22",
"target": "32",
"engine": "11.0.0",
"plugins": []
},
"splash": "www/icons/loading-logo.png",
"splashBackground": "#ffffff",
"autoHideSplashScreen": false,
"iosScheme": "app",
"androidScheme": "https",
"enableAndroidX": false,
"enableGooglePlayServices": false,
"ios": null,
"useragent": null
}