-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
64 lines (64 loc) · 1.49 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
{
"id": "6df8ae59",
"name": "Chart",
"version": "0.0.4",
"description": "Chart is a plugin for Adobe XD that uses real or random data to create the most popular charts. Chart supports copy-paste from editors like Excel, Numbers, Google Sheets, live connection with Google Sheets and remote JSON (REST API), local CSV and JSON files.",
"summary": "Create charts with random, tabular or JSON data.",
"languages": ["en"],
"author": "Pavel Kuligin",
"helpUrl": "https://chartplugin.com/",
"icons": [
{
"width": 24,
"height": 24,
"path": "img/chart24.png"
},
{
"width": 48,
"height": 48,
"path": "img/chart48.png"
},
{
"width": 96,
"height": 96,
"path": "img/chart96.png"
},
{
"width": 144,
"height": 144,
"path": "img/chart144.png"
},
{
"width": 192,
"height": 192,
"path": "img/chart192.png"
}
],
"host": {
"app": "XD",
"minVersion": "28.0"
},
"uiEntryPoints": [
{
"type": "menu",
"label": "Create chart",
"commandId": "createChart",
"shortcut": { "mac": "Ctrl+Opt+C", "win": "Ctrl+Alt+C" }
},
{
"type": "menu",
"label": "Templates",
"commandId": "manageTemplates"
},
{
"type": "menu",
"label": "My account",
"commandId": "manageAccount"
},
{
"type": "menu",
"label": "Support in Slack",
"commandId": "supportCommand"
}
]
}