-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
68 lines (68 loc) · 1.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name" : "uilogos",
"host" : {
"app" : "XD",
"minVersion" : "13.0.0"
},
"description" : "Insert professionally designed dummy logos of companies and 190+ Country flags",
"id" : "7ac51cae",
"icons" : [ {
"path" : "resources/icon.png",
"width" : 96,
"height" : 96
} ],
"uiEntryPoints" : [
{
"type": "menu",
"label": "uiLogos",
"menuItems": [
{
"type": "menu",
"label": "Color Logotype",
"commandId": "getColorLogotype",
"shortcut": {
"mac": "Ctrl+Shift+R",
"win": "Ctrl+Shift+R"
}
},
{
"type": "menu",
"label": "Black Logotype",
"commandId": "getBlackLogotype",
"shortcut": {
"mac": "Ctrl+Shift+D",
"win": "Ctrl+Shift+D"
}
},
{
"type": "menu",
"label": "Color Logomark",
"commandId": "getColorLogomark",
"shortcut": {
"mac": "Ctrl+Shift+M",
"win": "Ctrl+Shift+M"
}
},
{
"type": "menu",
"label": "Black Logomark",
"commandId": "getBlackLogomark",
"shortcut": {
"mac": "Ctrl+Shift+K",
"win": "Ctrl+Shift+K"
}
},
{
"type": "menu",
"label": "Country Flags",
"commandId": "getCountryFlag",
"shortcut": {
"mac": "Ctrl+Shift+F",
"win": "Ctrl+Shift+F"
}
}
]
}
],
"version" : "0.3.0"
}