-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 901 Bytes
/
manifest.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
{
"appID": "309099f9aac540d096f347115cb4f235",
"shortName": "anttycoon",
"title": "Ant Tycoon",
"studio": {
"name": "Ant Tycoon",
"domain": "com.ultimaideia.antTycoon",
"stagingDomain": "com.ultimaideia.antTycoon"
},
"supportedOrientations": [
"landscape"
],
"description": "",
"icon": "resources/icons/icon512.png",
"splash": {
"autoHide": true
},
"android": {
"versionCode": 1,
"icons": {
"36": "resources/icons/android36.png",
"48": "resources/icons/android48.png",
"72": "resources/icons/android72.png",
"96": "resources/icons/android96.png"
}
},
"ios": {
"bundleID": "",
"appleID": "12345678",
"version": "1.0.0",
"icons": {
"57": "resources/icons/ios57.png",
"72": "resources/icons/ios72.png",
"114": "resources/icons/ios114.png",
"144": "resources/icons/ios144.png",
"renderGloss": true
}
},
"sdkVersion": "release-0.1.38"
}