UNPKG

6.01 kBJSONView Raw
1{
2 "android": {
3 "icon": {
4 "images":[
5 { "name": "drawable-ldpi-icon.png", "width": 36, "height": 36, "density": "ldpi" },
6 { "name": "drawable-mdpi-icon.png", "width": 48, "height": 48, "density": "mdpi" },
7 { "name": "drawable-hdpi-icon.png", "width": 72, "height": 72, "density": "hdpi" },
8 { "name": "drawable-xhdpi-icon.png", "width": 96, "height": 96, "density": "xhdpi" },
9 { "name": "drawable-xxhdpi-icon.png", "width": 144, "height": 144, "density": "xxhdpi" },
10 { "name": "drawable-xxxhdpi-icon.png", "width": 192, "height": 192, "density": "xxxhdpi" }
11 ],
12 "nodeName": "icon",
13 "nodeAttributes": ["src", "density"]
14 },
15 "splash": {
16 "images":[
17 { "name": "drawable-land-ldpi-screen.png", "width": 320, "height": 240, "density": "land-ldpi", "orientation": "landscape" },
18 { "name": "drawable-land-mdpi-screen.png", "width": 480, "height": 320, "density": "land-mdpi", "orientation": "landscape" },
19 { "name": "drawable-land-hdpi-screen.png", "width": 800, "height": 480, "density": "land-hdpi", "orientation": "landscape" },
20 { "name": "drawable-land-xhdpi-screen.png", "width": 1280, "height": 720, "density": "land-xhdpi", "orientation": "landscape" },
21 { "name": "drawable-land-xxhdpi-screen.png", "width": 1600, "height": 960, "density": "land-xxhdpi", "orientation": "landscape" },
22 { "name": "drawable-land-xxxhdpi-screen.png", "width": 1920, "height": 1280, "density": "land-xxxhdpi", "orientation": "landscape" },
23 { "name": "drawable-port-ldpi-screen.png", "width": 240, "height": 320, "density": "port-ldpi", "orientation": "portrait" },
24 { "name": "drawable-port-mdpi-screen.png", "width": 320, "height": 480, "density": "port-mdpi", "orientation": "portrait" },
25 { "name": "drawable-port-hdpi-screen.png", "width": 480, "height": 800, "density": "port-hdpi", "orientation": "portrait" },
26 { "name": "drawable-port-xhdpi-screen.png", "width": 720, "height": 1280, "density": "port-xhdpi", "orientation": "portrait" },
27 { "name": "drawable-port-xxhdpi-screen.png", "width": 960, "height": 1600, "density": "port-xxhdpi", "orientation": "portrait" },
28 { "name": "drawable-port-xxxhdpi-screen.png", "width": 1280, "height": 1920, "density": "port-xxxhdpi", "orientation": "portrait" }
29 ],
30 "nodeName": "splash",
31 "nodeAttributes": ["src", "density"]
32 }
33 },
34
35 "ios": {
36 "icon": {
37 "images":[
38 { "name": "icon.png", "width": 57, "height": 57 },
39 { "name": "icon@2x.png", "width": 114, "height": 114 },
40 { "name": "icon-40.png", "width": 40, "height": 40 },
41 { "name": "icon-40@2x.png", "width": 80, "height": 80 },
42 { "name": "icon-40@3x.png", "width": 120, "height": 120 },
43 { "name": "icon-50.png", "width": 50, "height": 50 },
44 { "name": "icon-50@2x.png", "width": 100, "height": 100 },
45 { "name": "icon-60.png", "width": 60, "height": 60 },
46 { "name": "icon-60@2x.png", "width": 120, "height": 120 },
47 { "name": "icon-60@3x.png", "width": 180, "height": 180 },
48 { "name": "icon-72.png", "width": 72, "height": 72 },
49 { "name": "icon-72@2x.png", "width": 144, "height": 144 },
50 { "name": "icon-76.png", "width": 76, "height": 76 },
51 { "name": "icon-76@2x.png", "width": 152, "height": 152 },
52 { "name": "icon-83.5@2x.png", "width": 167, "height": 167 },
53 { "name": "icon-small.png", "width": 29, "height": 29 },
54 { "name": "icon-small@2x.png", "width": 58, "height": 58 },
55 { "name": "icon-small@3x.png", "width": 87, "height": 87 }
56 ],
57 "nodeName": "icon",
58 "nodeAttributes": ["src", "width", "height"]
59 },
60 "splash": {
61 "images":[
62 { "name": "Default-568h@2x~iphone.png", "width": 640, "height": 1136, "orientation": "portrait" },
63 { "name": "Default-667h.png", "width": 750, "height": 1334, "orientation": "portrait" },
64 { "name": "Default-736h.png", "width": 1242, "height": 2208, "orientation": "portrait" },
65 { "name": "Default-Landscape-736h.png", "width": 2208, "height": 1242, "orientation": "landscape" },
66 { "name": "Default-Landscape@2x~ipad.png", "width": 2048, "height": 1536, "orientation": "landscape" },
67 { "name": "Default-Landscape@~ipadpro.png", "width": 2732, "height": 2048, "orientation": "landscape" },
68 { "name": "Default-Landscape~ipad.png", "width": 1024, "height": 768, "orientation": "landscape" },
69 { "name": "Default-Portrait@2x~ipad.png", "width": 1536, "height": 2048, "orientation": "portrait" },
70 { "name": "Default-Portrait@~ipadpro.png", "width": 2048, "height": 2732, "orientation": "portrait" },
71 { "name": "Default-Portrait~ipad.png", "width": 768, "height": 1024, "orientation": "portrait" },
72 { "name": "Default@2x~iphone.png", "width": 640, "height": 960, "orientation": "portrait" },
73 { "name": "Default~iphone.png", "width": 320, "height": 480, "orientation": "portrait" }
74 ],
75 "nodeName": "splash",
76 "nodeAttributes": ["src", "width", "height"]
77 }
78 },
79
80 "wp8": {
81 "icon": {
82 "images":[
83 { "name": "ApplicationIcon.png", "width": 99, "height": 99 },
84 { "name": "Background.png", "width": 159, "height": 159 }
85 ],
86 "nodeName": "icon",
87 "nodeAttributes": ["src", "width", "height"]
88 },
89 "splash": {
90 "images":[
91 { "name": "SplashScreenImage.png", "width": 768, "height": 1280 }
92 ],
93 "nodeName": "splash",
94 "nodeAttributes": ["src", "width", "height"]
95 }
96 }
97}