-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
73 lines (73 loc) · 1.75 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
69
70
71
72
73
{
"id": "fc5289de",
"name": "Resco for XD",
"version": "1.0.2",
"summary": "Export for Resco Woodford",
"description": "Resco for XD plugin is for users that use customization tool Woodford by Resco. You can export images, create color themes and generate main app icon for stores.",
"languages": ["en"],
"keywords": ["resco", "resco plugin", "resco for xd", "woodford", "resco woodford", "resco.net"],
"author": "Resco.net",
"helpUrl": "https://www.resco.net/contact-support/",
"icons": [{
"width": 24,
"height": 24,
"path": "src/img/logo-24.png"
},
{
"width": 48,
"height": 48,
"path": "src/img/logo-48.png"
},
{
"width": 96,
"height": 96,
"path": "src/img/logo-96.png"
},
{
"width": 144,
"height": 144,
"path": "src/img/logo-144.png"
},
{
"width": 192,
"height": 192,
"path": "src/img/logo-192.png"
}
],
"host": {
"app": "XD",
"minVersion": "13.0"
},
"uiEntryPoints": [{
"type": "menu",
"label": "Resco",
"menuItems": [{
"type": "menu",
"label": "Export Images",
"commandId": "exportImages",
"shortcut": {
"mac": "Cmd+Alt+R",
"win": "Ctrl+Alt+R"
}
},
{
"type": "menu",
"label": "Export Theme",
"commandId": "exportTheme",
"shortcut": {
"mac": "Cmd+Alt+T",
"win": "Ctrl+Alt+T"
}
},
{
"type": "menu",
"label": "Export App Icons",
"commandId": "exportAppIcons",
"shortcut": {
"mac": "Cmd+Alt+A",
"win": "Ctrl+Alt+A"
}
}
]
}]
}