-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
53 lines (53 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
44
45
46
47
48
49
50
51
52
53
{
"id": "22abf3b1",
"name": "ColorSpark",
"version": "1.0.2",
"summary": "Discover colors & gradients",
"description": "ColorSpark for Adobe XD is a handy tool to generate random colors and gradients, helping designers discover unique color palettes and spark creativity.",
"keywords": [
"color",
"gradient",
"palette",
"inspiration",
"generate",
"random"
],
"languages": ["en"],
"author": "Luke Johnson",
"website": "https://colorspark.app",
"helpUrl": "https://github.com/lukecjohnson/colorspark-xd",
"icons": [
],
"host": {
"app": "XD",
"minVersion": "13.0"
},
"uiEntryPoints": [{
"type": "menu",
"label": "ColorSpark",
"menuItems": [
{
"type": "menu",
"label": "Generate Color",
"commandId": "color",
"shortcut": {
"mac": "Ctrl+Shift+c",
"win": "Ctrl+Shift+c"
}
},
{
"type": "menu",
"label": "Generate Gradient",
"commandId": "gradient",
"shortcut": {
"mac": "Ctrl+Shift+g",
"win": "Ctrl+Shift+g"
}
}
]
}]
}