-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
34 lines (34 loc) · 910 Bytes
/
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
{
"id": "43ba4fbe",
"name": "Reorient path",
"version": "1.0.2",
"description": "Reset the path rotation without affecting the shape.",
"summary": "Reset the path rotation.",
"keywords": [
"utility",
"productivity",
"automation",
"path"
],
"languages": ["en"],
"author": "Sayed Faisal",
"helpUrl": "[email protected]",
"icons" : [
{ "width": 24, "height": 24, "path": "images/pluginIcon1.png" },
{ "width": 48, "height": 48, "path": "images/pluginIcon2.png" },
{ "width": 96, "height": 96, "path": "images/pluginIcon3.png" },
{ "width": 144, "height": 144, "path": "images/pluginIcon4.png" },
{ "width": 192, "height": 192, "path": "images/pluginIcon5.png" }
],
"host": {
"app": "XD",
"minVersion": "13.0"
},
"uiEntryPoints": [
{
"type": "menu",
"label": "Reorient path",
"commandId": "reorientPath"
}
]
}