-
Notifications
You must be signed in to change notification settings - Fork 1
/
icon-sizes.json
51 lines (50 loc) · 4.01 KB
/
icon-sizes.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
45
46
47
48
49
50
51
{
"ios" : [
{"folder":"ios", "filename": "29-iPhone-spot-5-6-sett-5-8", "width": 29},
{"folder":"ios", "filename": "29-iPhone-spot-5-6-sett-5-8@2x", "width": 58},
{"folder":"ios", "filename": "29-iPhone-spot-5-6-sett-5-8@3x", "width": 87},
{"folder":"ios", "filename": "40-iPhone-spot-7-8", "width": 40},
{"folder":"ios", "filename": "40-iPhone-spot-7-8@2x", "width": 80},
{"folder":"ios", "filename": "40-iPhone-spot-7-8@3x", "width": 120},
{"folder":"ios", "filename": "57-iPhone-app-5-6", "width": 57},
{"folder":"ios", "filename": "57-iPhone-app-5-6@2x", "width": 114},
{"folder":"ios", "filename": "60-iPhone-app-7-8", "width": 60},
{"folder":"ios", "filename": "60-iPhone-app-7-8@2x", "width": 120},
{"folder":"ios", "filename": "60-iPhone-app-7-8@3x", "width": 180},
{"folder":"ios", "filename": "29-iPad-sett-5-8", "width": 29},
{"folder":"ios", "filename": "29-iPad-sett-5-8@2x", "width": 58},
{"folder":"ios", "filename": "40-iPad-spot-7-8", "width": 40},
{"folder":"ios", "filename": "40-iPad-spot-7-8@2x", "width": 80},
{"folder":"ios", "filename": "50-iPad-spot-5-6", "width": 50},
{"folder":"ios", "filename": "50-iPad-spot-5-6@2x", "width": 100},
{"folder":"ios", "filename": "72-iPad-app-5-6", "width": 72},
{"folder":"ios", "filename": "72-iPad-app-5-6@2x", "width": 144},
{"folder":"ios", "filename": "76-iPad-app-7-8", "width": 76},
{"folder":"ios", "filename": "76-iPad-app-7-8@2x", "width": 152},
{"folder":"ios", "filename": "120-CarPlay-8", "width": 120}
],
"android" : [
{"folder":"android/one", "filename": "29-iPhone-spot-5-6-sett-5-8", "width": 29},
{"folder":"android/one", "filename": "29-iPhone-spot-5-6-sett-5-8@2x", "width": 58},
{"folder":"android/one", "filename": "29-iPhone-spot-5-6-sett-5-8@3x", "width": 87},
{"folder":"android/one", "filename": "40-iPhone-spot-7-8", "width": 40},
{"folder":"android/two", "filename": "40-iPhone-spot-7-8@2x", "width": 80},
{"folder":"android/two", "filename": "40-iPhone-spot-7-8@3x", "width": 120},
{"folder":"android/two", "filename": "57-iPhone-app-5-6", "width": 57},
{"folder":"android/two", "filename": "57-iPhone-app-5-6@2x", "width": 114},
{"folder":"android/three", "filename": "60-iPhone-app-7-8", "width": 60},
{"folder":"android/three", "filename": "60-iPhone-app-7-8@2x", "width": 120},
{"folder":"android/three", "filename": "60-iPhone-app-7-8@3x", "width": 180},
{"folder":"android/four", "filename": "29-iPad-sett-5-8", "width": 29},
{"folder":"android/four", "filename": "29-iPad-sett-5-8@2x", "width": 58},
{"folder":"android/four", "filename": "40-iPad-spot-7-8", "width": 40},
{"folder":"android/four", "filename": "40-iPad-spot-7-8@2x", "width": 80},
{"folder":"android/four", "filename": "50-iPad-spot-5-6", "width": 50},
{"folder":"android/four", "filename": "50-iPad-spot-5-6@2x", "width": 100},
{"folder":"android/four", "filename": "72-iPad-app-5-6", "width": 72},
{"folder":"android/four", "filename": "72-iPad-app-5-6@2x", "width": 144},
{"folder":"android/four", "filename": "76-iPad-app-7-8", "width": 76},
{"folder":"android/four", "filename": "76-iPad-app-7-8@2x", "width": 152},
{"folder":"android/four", "filename": "120-CarPlay-8", "width": 120}
]
}