-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
34 lines (34 loc) · 829 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
{
"name" : "Copy and Paste Location",
"description" : "Copy (Ctrl+Shift+Alt+O) and Paste (Ctrl+Shift+Alt+P) the coordinates from one object to another.",
"authorEmail" : "studio@no-tec.com",
"author" : "Trevor Wernisch",
"host" : {
"app" : "XD",
"minVersion" : "21.0"
},
"id" : "b2da3d22",
"icons" : [ {
"path" : "images/icon@1x.png",
"width" : 24,
"height" : 24
}, {
"path" : "images/icon@2x.png",
"width" : 48,
"height" : 48
} ],
"uiEntryPoints" : [
{
"type": "menu",
"label": "Copy Coordinates",
"commandId": "copy",
"shortcut": { "mac": "Cmd+Shift+Alt+O", "win": "Ctrl+Shift+Alt+O" }
} ,
{
"type": "menu",
"label": "Paste Coordinates",
"commandId": "paste",
"shortcut": { "mac": "Cmd+Shift+Alt+P", "win": "Ctrl+Shift+Alt+P" }
} ],
"version" : "0.0.1"
}