-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
37 lines (37 loc) · 1.23 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
{
"name": "Sisense Blox Template",
"id": "a3ccee64",
"version": "2.0.0",
"author": "Sisense Inc",
"description": "Create Sisense BloX template by selecting your designed items then Ctrl-option-C on Mac and Ctrl-alt-C on a PC, then paste it on Sisense+BloX and you are done!. Sisense Blox is required for the use of this Plugin and the installation is for Windows only, download Sisense and Blox at: www.sisense.com, After the free trial ends to keep using the software payment is required.",
"summary": "Generates BloX Templates",
"helpUrl": "https://support.sisense.com",
"keywords": ["widgets", "template", "analytics", "builders"],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"icons": [
{
"width": 24,
"height": 24,
"path": "images/icon@1x.png"
},
{
"width": 48,
"height": 48,
"path": "images/icon@2x.png"
}
],
"uiEntryPoints": [
{
"type": "panel",
"label": "Copy BloX Template",
"panelId": "sisense",
"shortcut": {
"mac": "Ctrl+Option+C",
"win": "Ctrl+Alt+C"
}
}
]
}