-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
99 lines (95 loc) · 3.69 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "Web Export",
"id": "f2b8abc7",
"version": "6.2.1",
"main": "main.js",
"icons": [
],
"host": { "app": "XD", "minVersion": "28.0" },
"uiEntryPoints": [
{
"type": "menu",
"label": "Web Export",
"menuItems": [
{
"type": "menu",
"label": {
"default": "Export artboard",
"fr": "Exporter Artboard",
"de": "Export Artboard",
"ja": "輸出 Artboard",
"ko": "수출하다 Artboard",
"zh": "出口 Artboard",
"es": "Exportar Artboard",
"pt": "Exportar Artboard"
},
"commandId": "showMainDialog",
"shortcut": { "mac": "Cmd+Shift+W", "win": "Ctrl+Shift+W" }
},
{
"type": "menu",
"label": {
"default": "Export last artboard",
"fr": "Exporter le dernier tableau d'art",
"de": "Letzte Zeichenfläche exportieren",
"ja": "最後のアートボードをエクスポート",
"ko": "마지막 아트 보드 내보내기",
"zh": "出口最后一块艺术板",
"es": "Exportar último tablero de arte",
"pt": "Exportar o último quadro de arte"
},
"commandId": "exportToWeb",
"shortcut": { "mac": "Cmd+Shift+F", "win": "Ctrl+Shift+F" }
},
{
"type": "menu",
"label": {
"default": "Element options",
"fr": "Options d'élément",
"de": "Elementoptionen",
"ja": "要素オプション",
"ko": "요소 옵션",
"zh": "元素选项",
"es": "Opciones de elementos",
"pt": "Opções do elemento"
},
"commandId": "showElementDialog"
},
{
"type": "menu",
"label": {
"default": "Support forums",
"fr": "Forums de support",
"de": "Support-Foren",
"ja": "サポートフォーラム",
"ko": "지원 포럼",
"zh": "支持论坛",
"es": "Foros de soporte",
"pt": "Fóruns de suporte"
},
"commandId": "openSupportDialog"
}
]
},
{
"type": "panel",
"label": {
"default": "Panel",
"fr": "Panneau",
"de": "Panel",
"ja": "パネル",
"ko": "패널",
"zh": "面板",
"es": "Panel",
"pt": "Painel"
},
"panelId": "elementDialog",
"shortcut": { "mac": "Cmd+Shift+N", "win": "Ctrl+Shift+N" }
}
]
}