-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
54 lines (54 loc) · 1.23 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
54
{
"summary" : "On screen Panel of Colors",
"languages" : [ "en" ],
"author" : "Hossein Sedighian",
"name" : "My Color Panel",
"host" : {
"app" : "XD",
"minVersion" : "21.0"
},
"description" :
" With this plugin you have access to some color libraries.\n\t- material design colors \n\t- flat colors \n\t- Css Colors \n\t- white and black color range \n Use Eye Droper (i) to pick your Colors Quickly ",
"website": "http://savedata.xyz/?from=adobe-xd-cc&ref=xd-my-color-panel",
"helpUrl" : "[email protected]",
"keywords": [
"panel",
"color",
"picker",
"library",
"material",
"flat",
"css",
"html",
"gray",
"shade"
],
"id" : "cea5be9c",
"icons" : [ {
"path" : "images/[email protected]",
"width" : 24,
"height" : 24
}, {
"path" : "images/[email protected]",
"width" : 48,
"height" : 48
}, {
"path" : "images/[email protected]",
"width" : 96,
"height" : 96
}, {
"path" : "images/[email protected]",
"width" : 144,
"height" : 144
}, {
"path" : "images/[email protected]",
"width" : 192,
"height" : 192
} ],
"uiEntryPoints" : [ {
"label" : "My Color Panel",
"type" : "panel",
"panelId" : "MyColorPanel"
} ],
"version" : "1.0.2"
}