-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
70 lines (70 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"releaseNotes": "It is now possible to choose between PNG and JPG as an export format! PNG is selected by default.",
"id": "ad4d7bf5",
"version": "1.2.0",
"name": "Export only one size",
"summary": "Only export the scale you need",
"description": "Do you ever need to export something at 3x scale and then find yourself deleting all the 1x and 2x versions?\n\nThis plugin lets you choose a scale to export at and then only exports at that scale.\n",
"author": "Nikola Pilipovic",
"helpUrl": "https://github.com/nikoladev/xd-export/",
"keywords": [
"export",
"scale",
"size",
"png",
"render",
"3x",
"2x",
"1x",
"Export for",
"Design",
"Web",
"iOS",
"Android"
],
"icons": [
{
"width": 24,
"height": 24,
"path": "[email protected]"
},
{
"width": 48,
"height": 48,
"path": "[email protected]"
},
{
"width": 96,
"height": 96,
"path": "[email protected]"
},
{
"width": 144,
"height": 144,
"path": "[email protected]"
},
{
"width": 192,
"height": 192,
"path": "[email protected]"
}
],
"languages": [
"en"
],
"host": {
"app": "XD",
"minVersion": "13.0"
},
"uiEntryPoints": [
{
"type": "menu",
"label": "Export only one size",
"commandId": "exportAtX",
"shortcut": {
"mac": "Cmd+Alt+E",
"win": "Ctrl+Alt+E"
}
}
]
}