-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
50 lines (50 loc) · 1.13 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
{
"summary" : "material palette",
"website" : "http://savedata.xyz",
"keywords" : [
"material",
"color picker",
"material colors",
"material palette",
"on screen",
"material design" ],
"languages" : [ "en", "de", "fr", "ja", "ko", "zh", "es", "pt" ],
"author" : "hossein sedighian",
"description" : "on screen material palette",
"helpUrl" : "https://t.me/savedata_space",
"main" : "main.js",
"icons" : [ {
"path" : "images/pluginIcon1.png",
"width" : 48,
"height" : 48
}, {
"path" : "images/pluginIcon2.png",
"width" : 96,
"height" : 96
}, {
"path" : "images/pluginIcon3.png",
"width" : 144,
"height" : 144
}, {
"path" : "images/pluginIcon4.png",
"width" : 192,
"height" : 192
} ],
"version" : "1.2.1",
"releaseNotes" : "Support Polygon Elements",
"name" : "material palette",
"host" : {
"app" : "XD",
"minVersion" : "13.0"
},
"id" : "03cee63e",
"uiEntryPoints" : [ {
"label" : "Material Palette",
"type" : "menu",
"commandId" : "MaterialPalleteCall",
"shortcut": {
"mac": "Cmd+M",
"win": "Ctrl+M"
}
} ]
}