-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
51 lines (51 loc) · 1.23 KB
/
Copy pathmanifest.json
File metadata and controls
51 lines (51 loc) · 1.23 KB
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
{
"schemaVersion": 1,
"id": "io.github.rsd.omavnc",
"name": "omaVNC",
"version": "2.0.0",
"author": "Raul Dias",
"license": "MIT",
"description": "Share this monitor over VNC and connect to bookmarked remote heads, with a remote input passthrough toggle.",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "omaVNC",
"description": "Click the icon for one panel that shares any local monitor with wayvnc, connects to bookmarked remote heads, and toggles SUPER passthrough.",
"category": "Network",
"allowMultiple": false,
"defaultSection": "right",
"defaults": {
"address": "100.101.77.1",
"basePort": 5900,
"fps": 60
},
"schema": [
{
"key": "address",
"type": "string",
"label": "Bind address",
"defaultValue": "100.101.77.1"
},
{
"key": "basePort",
"type": "integer",
"label": "Base port",
"defaultValue": 5900,
"min": 1024,
"max": 65000
},
{
"key": "fps",
"type": "integer",
"label": "Max FPS",
"defaultValue": 60,
"min": 10,
"max": 144
}
]
}
}