-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.json
41 lines (41 loc) · 1.03 KB
/
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
41
{
"android": {
"icons": {
"36": "resources/icons/android36.png",
"48": "resources/icons/android48.png",
"72": "resources/icons/android72.png",
"96": "resources/icons/android96.png"
},
"versionCode": 1
},
"appID": "7ba6726c608a43fd8b607d27841e2774",
"dependencies": {
"devkit-core": "https://github.com/gameclosure/devkit-core#master"
},
"icon": "resources/icons/icon512.png",
"ios": {
"appleID": "123456789",
"bundleID": "whackamole",
"icons": {
"114": "resources/icons/ios114.png",
"144": "resources/icons/ios144.png",
"57": "resources/icons/ios57.png",
"72": "resources/icons/ios72.png"
},
"version": "1.0.0"
},
"shortName": "whackthatmole",
"splash": {
"autoHide": true,
"universal": "resources/splash/portrait2048.png"
},
"studio": {
"domain": "lilvarmit.com",
"name": "Lil' Varmit Studios",
"stagingDomain": "staging.lilvarmit.com"
},
"supportedOrientations": [
"portrait"
],
"title": "Whack-that-Mole!"
}