diff options
author | Devaev Maxim <[email protected]> | 2018-11-14 07:42:43 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-14 07:42:43 +0300 |
commit | 2a540f7bb91bc8425c0fb4eabee1ecee4ec7cf85 (patch) | |
tree | 4896e265b089f4f75a8155bffd5b166c06f2da3c /configs/nginx/apps/kvm/manifest.json | |
parent | c5544349d2bc5981ed843a7f71c8326364da4a3e (diff) |
big rewrite of extensions
Diffstat (limited to 'configs/nginx/apps/kvm/manifest.json')
-rw-r--r-- | configs/nginx/apps/kvm/manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/nginx/apps/kvm/manifest.json b/configs/nginx/apps/kvm/manifest.json new file mode 100644 index 00000000..710af6f0 --- /dev/null +++ b/configs/nginx/apps/kvm/manifest.json @@ -0,0 +1,6 @@ +{ + "name": "KVM", + "description": "Open KVM session in a web browser", + "path": "/kvm.html", + "place": 0 +} |