-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
36 lines (35 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
{
"id" : "27e2d580",
"name" : "Image minify",
"host" : {
"app" : "XD",
"minVersion" : "17.0"
},
"description" : "Image minify reduces the image quality and resolution of the image layer. By optimizing the image used, it reduces the file size when exporting to a PDF file.",
"summary": "Minify Image Layers",
"releaseNotes": "Supports image reduction in nested layer groups.",
"author": "Shingo Suzuki",
"helpUrl": "https://github.com/shingo2000/xd-plugin-image-minify",
"icons" : [
{ "width": 24, "height": 24, "path": "images/icon_24.png" },
{ "width": 48, "height": 48, "path": "images/icon_48.png" }
],
"uiEntryPoints" : [ {
"label" : "Image minify",
"type" : "menu",
"menuItems":[{
"label":{
"default": "Minify Selected Images",
"ja": "選択した画像を縮小"
},
"commandId":"minifyImages"
},{
"label":{
"default": "Settings",
"ja": "設定"
},
"commandId":"setting"
}]
} ],
"version" : "1.1.0"
}