-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
39 lines (39 loc) · 1.58 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
{
"name": "Image Optimizer",
"id":"495aa300",
"version": "1.1.0",
"description": "Image Optimizer is a compression tool that lets designers compress the images within Adobe XD. \n\nSimply select the image/s that you want to compress and then click the plugin button. Shortcut = Mac:'Cmd+Alt+O' / Windows:'Ctrl+Alt+O'.\n\nNote: Due to API's current limitation, you will not be able to compress images from multiple artboards or from different parent containers.\n\nContact support with questions: [email protected]",
"summary": "Image Optimizing tool",
"releaseNotes": "Fixed shortcut key issue.",
"keywords": [
"utility",
"productivity",
"automation"
],
"author":"Raja Shekar",
"authorEmail": "[email protected]",
"repository": "https://github.com/irajashekarb/Image-Optimizer",
"icons":[
],
"host":{
"app": "XD",
"minVersion": "13.0"
},
"helpUrl": "https://github.com/irajashekarb/Image-Optimizer",
"languages": [
"en"
],
"uiEntryPoints":[
{
"type": "menu",
"label": "Image Optimizer",
"commandId": "myPluginCommand",
"shortcut":{ "mac":"Cmd+Alt+O" , "win":"Ctrl+Alt+O" }
}
]
}