-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
44 lines (44 loc) · 1008 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
41
42
43
44
{
"appID": "990fecb86c0e454fbf32f318cd32d4bf",
"shortName": "scblaster",
"title": "scblaster",
"icons": {
"renderGloss": true
},
"studio": {
"name": "Example Studio Name",
"domain": "studio.example.com",
"stagingDomain": "staging.example.com"
},
"supportedOrientations": [
"portrait"
],
"description": "",
"icon": "resources/icons/icon512.png",
"splash": {
"autoHide": true,
"universal": "resources/images/background3-default-000.jpg"
},
"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"
}