-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (39 loc) · 1.25 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
{
"name": "openvpn-connector",
"requires": {
"cockpit": "195"
},
"version": 1,
"menu": {
"index": {
"label": "OpenVPN Connector",
"order": 49,
"path": "connector.html",
"docs": [
{
"label": "CloudConnexa™ documentation",
"url": "https://openvpn.net/cloud-docs/"
},
{
"label": "OpenVPN Connector documentation",
"url": "https://openvpn.net/cloud-docs/connector-cockpit-user-guide/"
},
{
"label": "Cloud: Configure Network",
"url": "https://openvpn.net/cloud-docs/create-network-using-wizard/"
},
{
"label": "Cloud: Configure Host",
"url": "https://openvpn.net/cloud-docs/adding-a-host/"
}
],
"keywords": [
{
"matches": ["openvpn", "cloud", "connector", "vpn", "network"],
"translate": false
}
]
}
},
"content-security-policy": "default-src 'self' 'unsafe-inline' 'unsafe-eval'"
}