-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
52 lines (52 loc) · 1.31 KB
/
example.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
{
"version": "6.0",
"bundle": {
"name": "My Bundle",
"id": "com.mycompany",
"version": "1.0.0"
},
"hosts": {
"AEFT": "16.0"
},
"extensions": [
{
"menu": "My Panel",
"type": "Panel",
"version": "1.0.0",
"main": "./index.html",
"script": "./script.jsx",
"id": "com.mycompany.panel",
"autovisible": true,
"debug": {
"AEFT": 3001
},
"geometry": {
"size": {
"width": 200,
"height": 100
},
"min": {
"width": 400,
"height": 200
},
"max": {
"width": 800,
"height": 400
}
},
"icons": {
"Normal": "./icons/icon.png",
"Disabled": "./icons/icon.png",
"Rollover": "./icons/icon.png",
"DarkNormal": "./icons/icon.png",
"DarkRollOver": "./icons/icon.png"
},
"events": [
"com.lifecycle.event"
],
"params": [
"--enable-nodejs"
]
}
]
}