Mu2_Deploy/ui/general/manifest.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2024-10-20 13:23:16 -03:00
{
"version": 0,
"menu": {
2024-10-23 16:21:25 -03:00
"MAVLink": {
2024-11-14 13:54:47 -04:00
"label": "MAVLink Telemetry",
2024-10-23 16:21:25 -03:00
"path": "mavlink.html",
"order": 1,
"keywords": [
{
"matches": ["mavlink", "telemetry", "fcu", "flight control unit", "udp", "tcp", "serial", "usb"]
}
]
2024-10-20 17:18:42 -03:00
},
"SpiriLink": {
"label": "SpiriLink",
"path": "spirilink.html",
"order": 2,
"keywords": [
{
"matches": ["wifi", "temperature", "rtsp", "video", "streaming", "camera", "mavlink"]
}
]
},
"Docker": {
2024-10-30 16:43:36 -03:00
"label": "Docker Compose",
"path": "docker-compose.html",
"order": 3,
"keywords": [
{
"matches": ["docker", "compose", "container"]
}
]
},
"Health": {
"label": "Health",
"path": "health.html",
"order": 5,
"keywords": [
{
"matches": ["checklist"]
}
]
2024-10-20 13:23:16 -03:00
}
2024-10-30 16:43:36 -03:00
},
"content-security-policy": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; style-src 'self' 'unsafe-inline'; worker-src 'self' blob:;"
2024-10-20 13:23:16 -03:00
}