-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathmanifest.json
34 lines (34 loc) · 1.15 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
{
"id": "15a43612",
"name": "Smart Layout",
"summary": "vertical stacking and paddings",
"description": "Vertical stacking with gaps, paddings, margins and more for Adobe XD. A real time saver when dealing with more complex layouts. Great for creating design variations much faster.",
"keywords": [
"layout", "smart", "gap", "padding", "margin", "productivity", "auto", "stack", "ui",
"vertical"
],
"releaseNotes": "Initial release",
"website": "https://xdhero.com/plugins/smart-layout/",
"author": "XD Hero",
"helpUrl": "https://xdhero.com/plugins/smart-layout/tutorials",
"version": "1.2.0",
"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": "Smart Layout",
"panelId": "default"
}
]
}