-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
119 lines (117 loc) · 3.96 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"id": "8a99fe4d",
"name": "Astui",
"description": "Make XD more creative! Powered by Astute Graphics' technology at the core of the leading plugins for Adobe Illustrator. Vector design and control functions included: * Rounded Corners (add and remove to any path), * Calligraphic Brush, * NEW Repeat Outline Stroke , * Offset Path, * Smart Point Removal (reduce file artwork / SVG file size and make imported artwork humanly editable) * Move Points to Tangencies, NEW Long Shadow. Requires an Astui account available from https://astui.tech - with an initial free period",
"summary": "Add essential vector control",
"releaseNotes": "v1.4.6 changes : Long Shadow added, Offset Path additional repeat options added, Key shortcuts updated, Minor bug fixes, Requires Adobe XD v18, Better translation of rotated paths",
"keywords": [
"optimise",
"optimize",
"vector",
"path",
"point",
"remove",
"reduce",
"offset",
"parallel",
"outline",
"expand",
"border",
"stroke",
"calligraphy"
],
"languages": [
"en"
],
"website": "https://astui.tech/",
"author": "Astute Graphics",
"helpUrl": "https://astui.tech/",
"icons": [
{ "width": 48, "height": 48, "path": "images/astui_xd_icon_1x.png" },
{ "width": 96, "height": 96, "path": "images/astui_xd_icon_2x.png" },
{ "width": 144, "height": 144, "path": "images/astui_xd_icon_3x.png" },
{ "width": 192, "height": 192, "path": "images/astui_xd_icon_4x.png" }
],
"version": "1.4.6",
"host": {
"app": "XD",
"minVersion": "18.0"
},
"uiEntryPoints": [{
"type": "menu",
"label": "Astui",
"menuItems": [{
"type": "menu",
"label": {
"default": "Smart Point Remove"
},
"commandId": "optionLoad",
"shortcut": {
"mac": "Cmd+Shift+X",
"win": "Ctrl+Shift+X"
}
},
{
"type": "menu",
"label": {
"default": "Move Points to Tangencies"
},
"commandId": "moveTangencies"
},
{
"type": "menu",
"label": {
"default": "Offset Path"
},
"commandId": "offsetPath",
"shortcut": {
"mac": "Cmd+Shift+F",
"win": "Ctrl+Shift+F"
}
},
{
"type": "menu",
"label": {
"default": "Outline Stroke (Border)"
},
"commandId": "outlineStroke",
"shortcut": {
"mac": "Cmd+Alt+Shift+O",
"win": "Ctrl+Alt+Shift+O"
}
},
{
"type": "menu",
"label": "Round Corners",
"commandId": "roundCorner",
"shortcut": {
"mac": "Cmd+Alt+C",
"win": "Ctrl+Alt+C"
}
},
{
"type": "menu",
"label": "Remove Rounded Corners",
"commandId": "removeRoundedCorners",
"shortcut": {
"mac": "Cmd+Alt+Shift+C",
"win": "Ctrl+Alt+Shift+C"
}
},
{
"type": "menu",
"label": "Calligraphic Brush",
"commandId": "calligraphicBrush"
},
{
"type": "menu",
"label": "Long Shadow",
"commandId": "longShadow",
"shortcut": {
"mac": "Cmd+Alt+Shift+L",
"win": "Ctrl+Alt+Shift+L"
}
}
]
}]
}