-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
44 lines (44 loc) · 1016 Bytes
/
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
{
"id": "745e020a",
"name": "Preely User Testing",
"version": "1.1.3",
"description": "This plugin allows you to export artboards from Adobe XD to Preely to test you prototype easily and get valuable insights from real people.",
"summary": "Test your prototype",
"languages": ["en"],
"author": "Preely",
"helpUrl": "https://learn.preely.com/",
"host": {
"app": "XD",
"minVersion": "35.0"
},
"keywords": ["user testing", "remote testing", "unmoderated", "export"],
"icons": [
{
"path": "./assets/img/icon-48.png",
"width": 48,
"height": 48
},
{
"path": "./assets/img/icon-96.png",
"width": 96,
"height": 96
},
{
"path": "./assets/img/icon.png",
"width": 128,
"height": 128
},
{
"path": "./assets/img/icon-192.png",
"width": 192,
"height": 192
}
],
"uiEntryPoints": [
{
"type": "panel",
"label": "Preely User Testing",
"panelId": "push2preely"
}
]
}