-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
35 lines (35 loc) · 1.17 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
{
"summary": "Reverse fill of a button.",
"website": "https://github.com/masa-sumimoto/adobe-xd-reverse-button-fill",
"keywords": [ "button", "reverse", "swap", "automation" ],
"languages": [ "en" ],
"author": "Masaaki Sumimoto",
"description": "A plugin that reverse fill of a text and a rectangle ( or a ellipse ). This plugin is intended to be used for button-like elements.",
"helpUrl": "https://github.com/masa-sumimoto/adobe-xd-reverse-button-fill",
"main" : "main.js",
"icons": [
],
"version": "1.0.0",
"releaseNotes": "Version 1.0.0 has been released",
"name": "Reverse Button Fill",
"host": {
"app": "XD",
"minVersion": "13.0"
},
"id": "cb51e415",
"uiEntryPoints": [
{
"label": "Reverse Button Fill",
"type": "menu",
"commandId": "reverseButtonFill",
"shortcut": {
"mac": "Cmd+Shift+B",
"win": "Ctrl+Shift+B"
}
}
]
}