-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
70 lines (64 loc) · 1.97 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
{
"id": "ae1c6d49",
"name": "Vectorize",
"version": "1.2.0",
"description": "Convert raster bitmap images into vector graphic images",
"summary": "Convert images to graphics",
"releaseNotes": "",
"keywords": [
"vector",
"raster",
"bitmap",
"image",
"photo",
"path"
],
"languages": [
"en"
],
"author": "Velara 3",
"publisher": "Velara 3",
"website": "https://www.velara3.com",
"helpUrl": "https://discuss.velara3.com/",
"icons": [
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "menu",
"label": "Vectorize",
"menuItems": [
{
"type": "menu",
"commandId": "vectorize",
"label": {
"default": "Vectorize"
},
"shortcut": { "mac": "Cmd+Shift+V", "win": "Ctrl+Shift+V" }
},
{
"type": "menu",
"commandId": "openSupportDialog",
"label": {
"default": "Support forums",
"fr": "Forums de support",
"de": "Support-Foren",
"ja": "サポートフォーラム",
"ko": "지원 포럼",
"zh": "支持论坛",
"es": "Foros de soporte",
"pt": "Fóruns de suporte"
}
}
]
}
]
}