-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
42 lines (42 loc) · 1.23 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
42
{
"android": {
"fullscreen": false,
"icons": {
"144": "resources/icons/android144.png",
"192": "resources/icons/android192.png",
"48": "resources/icons/android48.png",
"72": "resources/icons/android72.png",
"96": "resources/icons/android96.png"
}
},
"appID": "2a2a13abfe6a469189951d0031514f4b",
"dependencies": {
"devkit-core": "https://github.com/hashcube/devkit-core#v5.0.16"
},
"description": "",
"icon": "resources/icons/icon512.png",
"shortName": "twozerofoureight",
"splash": {
"autoHide": true,
"landscape1536": "resources/splash/landscape1536.png",
"landscape768": "resources/splash/landscape768.png",
"portrait1024": "resources/splash/portrait1024.png",
"portrait1136": "resources/splash/portrait1136.png",
"portrait2048": "resources/splash/portrait2048.png",
"portrait480": "resources/splash/portrait480.png",
"portrait960": "resources/splash/portrait960.png"
},
"studio": {
"domain": "androidtweak.in",
"name": "androidtweak.in"
},
"supportedOrientations": [
"portrait"
],
"title": "Yet Another 2048",
"ttf": [
"resources/fonts/Raleway-ExtraLight.ttf",
"resources/fonts/Signika-Regular.ttf"
],
"version": "2.0"
}