-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
52 lines (52 loc) · 1.26 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
{
"id": "ff0111cd",
"name": "Icons",
"version":"7.2.0",
"description":"Browse and generate icons from the entire Font Awesome Pro library.",
"summary": "Icons libraries",
"releaseNotes": "UI bug fixing and compatibility changes.",
"keywords":["utility","productivity","icon","icons","fontawesome"],
"languages":["en"],
"website":"https://www.unykvis.com/en",
"helpUrl":"https://www.unykvis.com/en/contactos",
"author": "Unykvis",
"icons":[
{
"width":24,
"height":24,
"path":"images/icon_24.png"
},
{
"width":48,
"height":48,
"path":"images/icon_48.png"
},
{
"width":96,
"height":96,
"path":"images/icon_96.png"
},
{
"width":144,
"height":144,
"path":"images/icon_144.png"
},
{
"width":192,
"height":192,
"path":"images/icon_192.png"
}
],
"host":{
"app":"XD",
"minVersion":"21.0"
},
"uiEntryPoints":[
{
"type":"menu",
"label":"Icons",
"commandId":"iconsGenerator",
"shortcut": { "mac": "Cmd+Shift+Alt+a", "win": "Ctrl+Shift+Alt+a" }
}
]
}