-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
29 lines (29 loc) · 924 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
{
"id": "58d9d249",
"name": "Clip Text",
"version": "1.0.1",
"host": {
"app": "XD",
"minVersion": "13.0"
},
"description": "Copy on clipboard planetext of selected texts.",
"summary": "Copy text.",
"languages": ["en"],
"author": "Kohei shimizu",
"helpUrl": "https://github.com/Raphael-D/xd-plugin/tree/master/clip-text",
"icons": [
],
"uiEntryPoints": [
{
"type": "menu",
"label": "Clip Text",
"commandId": "ClipText",
"shortcut": { "mac": "Cmd+Option+c", "win": "Ctrl+Alt+c" }
}
]
}