-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
47 lines (47 loc) · 1.21 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
{
"id": "6ff1515b",
"name": "Wireframer",
"summary": "Lots of wireframe templates",
"description": "Huge searchable set of beautifully crafted wireframe templates. Based on popular wireframe set https://www.behance.net/gallery/55462459/Wires-free-wireframe-kits-for-Adobe-XD.",
"keywords": [
"wireframes",
"templates",
"views",
"screens",
"mockups",
"kit",
"ui",
"checkout",
"components",
"widgets",
"footer",
"header",
"cards",
"icons",
"journey"
],
"releaseNotes": "Initial version",
"website": "https://xdhero.com",
"author": "XD Hero",
"helpUrl": "https://xdhero.com/plugins/wireframer/",
"version": "1.0.3",
"languages": ["en"],
"icons": [
{ "width": 24, "height": 24, "path": "assets/icon_24.png" },
{ "width": 48, "height": 48, "path": "assets/icon_48.png" },
{ "width": 96, "height": 96, "path": "assets/icon_96.png" },
{ "width": 144, "height": 144, "path": "assets/icon_144.png" },
{ "width": 192, "height": 192, "path": "assets/icon_192.png" }
],
"host": {
"app": "XD",
"minVersion": "21.0"
},
"uiEntryPoints": [
{
"type": "panel",
"label": "Wireframer",
"panelId": "default"
}
]
}