forked from Mazyod/GDGSnake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
51 lines (51 loc) · 1.32 KB
/
manifest.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"appID": "c92d0a41b01644cd8c15b912b5394a18",
"shortName": "GDGSnake",
"title": "GDGSnake",
"studio": {
"name": "Example Studio Name",
"domain": "studio.example.com",
"stagingDomain": "staging.example.com"
},
"supportedOrientations": [
"landscape"
],
"icons": {
"renderGloss": true
},
"description": "",
"icon": "resources/icons/icon512.png",
"splash": {
"autoHide": true,
"scaleMethod": "cover",
"portrait480": "resources/splash/portrait480.png",
"portrait960": "resources/splash/portrait960.png",
"portrait1024": "resources/splash/portrait1024.png",
"portrait1136": "resources/splash/portrait1136.png",
"portrait2048": "resources/splash/portrait2048.png",
"landscape768": "resources/splash/landscape768.png",
"landscape1536": "resources/splash/landscape1536.png"
},
"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": "example.bundle",
"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.8"
}