-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
61 lines (61 loc) · 1.39 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
{
"id": "6440ed65",
"author": "Em Software",
"name": "Layers 4 Developers",
"version": "1.2.1",
"host": {
"app": "XD",
"minVersion": "21.0"
},
"description": "A scenegraph exploration panel for developers.\n\nShows the current scenegraph selection, or the whole document, as a dynamically updated, explorable set of nested objects, displaying the API-level properties belonging to the selected items.",
"summary": "Scenegraph exploration panel",
"keywords": [
"layer",
"developer",
"scenegraph",
"explore",
"internal",
"artboard",
"tree",
"scenenode",
"document",
"root"
],
"languages": ["en"],
"helpUrl": "http://emsoftware.com/xdplugins/layers-4-developers/",
"website": "http://emsoftware.com/xdplugins/layers-4-developers/",
"icons": [
{
"width": 24,
"height": 24,
"path": "images/icons/[email protected]"
},
{
"width": 48,
"height": 48,
"path": "images/icons/[email protected]"
},
{
"width": 96,
"height": 96,
"path": "images/icons/[email protected]"
},
{
"width": 144,
"height": 144,
"path": "images/icons/[email protected]"
},
{
"width": 192,
"height": 192,
"path": "images/icons/[email protected]"
}
],
"uiEntryPoints": [
{
"type": "panel",
"label": "Layers for Developers",
"panelId": "layersPanel"
}
]
}