-
-
Notifications
You must be signed in to change notification settings - Fork 154
/
manifest.json
41 lines (41 loc) · 1.08 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
{
"summary" : "Find and replace text.",
"website" : "http://mj.mk",
"keywords" : [ "text", "find", "replace" ],
"languages" : [ "en" ],
"author" : "Milan Jakovcevski",
"description" : "A simple case-sensitive find and replace text plugin for Adobe XD.",
"helpUrl" : "jakovcevski@gmail.com",
"main" : "main.js",
"icons" : [ {
"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
} ],
"version" : "0.1.0",
"releaseNotes" : "The beta. A simple case-sensitive find and replace text plugin for Adobe XD.",
"name" : "Simple Find and Replace",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "92c4a4c3",
"uiEntryPoints" : [ {
"label" : "Simple Find and Replace",
"type" : "menu",
"commandId" : "findAndReplace",
"shortcut": { "mac": "Cmd+Opt+L", "win": "Ctrl+Alt+L"}
} ]
}