-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
39 lines (39 loc) · 883 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
35
36
37
38
39
{
"name": "Rotate Copy",
"id": "68179676",
"version": "1.0.0",
"description": "Description \nA plugin for Adobe XD to rotate and copy your shapes. Good for Guilloché patterns.\n",
"summary": "Rotate and copy shapes",
"releaseNotes": "First release",
"keywords": ["utility", "productivity"],
"languages": ["en"],
"website": "https://github.com/midorikocak",
"author": "Midori Kocak",
"helpUrl": "https://github.com/midorikocak",
"icons": [
{
"width": 24,
"height": 24,
"path": "images/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "images/[email protected]"
}
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "panel",
"label": {
"en": "Rotate Copy",
"default": "Rotate Copy"
},
"panelId": "rotateCopy"
}
]
}