-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
41 lines (41 loc) · 794 Bytes
/
manifest.json
File metadata and controls
41 lines (41 loc) · 794 Bytes
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
{
"format": 1,
"license": {
"type": "MIT",
"url": "https://www.oandgexample.com/license/"
},
"developer": {
"name": "O&G Company",
"identifier": "oandgc",
"authors": []
},
"application": {
"type": "ui",
"key": "sample.sample_gamma_depth.ui",
"visibility": "private",
"name": "Sample Gamma Depth",
"category": "asset",
"segments": ["drilling"],
"ui": {
"initial_size": {
"w": 4,
"h": 10
},
"multi_rig": false,
"full_screen_report": false,
"use_app_header_v3": true
}
},
"settings": {
"entrypoint": {
"file": "src/index.js",
"function": "handler"
},
"environment": {},
"runtime": "ui",
"app": {
"log_type": "time"
}
},
"datasets": {}
}