-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
43 lines (42 loc) · 1.39 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
42
43
{
"summary" : "Replace any element.",
"website" : "https://www.nurecas.com",
"keywords" : [ "find", "replace", "search", "text", "vector" ],
"languages" : [ "en" ],
"author" : "Nurecas",
"description" : "Did you create multiple copies of an object without making them a symbol? And now, do you want to change it all, but have to go one by one? Fret no more, replacer will help replace individual vector objects and texts with one click. First select the object to be replaced and then select the object it has to be replaced with. Then run the plugin and all instances of the first object will be replaced by the second. Enjoy!",
"helpUrl" : "https://nurecas.com/replacer-a-plugin-for-adobe-xd",
"main" : "main.js",
"icons" : [ {
"path" : "images/replacerIcon1.png",
"width" : 48,
"height" : 48
}, {
"path" : "images/replacerIcon2.png",
"width" : 96,
"height" : 96
}, {
"path" : "images/replacerIcon3.png",
"width" : 144,
"height" : 144
}, {
"path" : "images/replacerIcon4.png",
"width" : 192,
"height" : 192
} ],
"version" : "1.0.0",
"releaseNotes" : "Currently supports texts, rectangles, ellipses, paths and lines",
"name" : "Replacer",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "b438ecc3",
"uiEntryPoints": [
{
"type": "menu",
"label": "Replacer",
"commandId": "replacerBegin"
}
]
}