diff options
author | Devaev Maxim <[email protected]> | 2018-11-18 02:32:41 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-18 02:32:41 +0300 |
commit | 665076e33606436f9b51b5c0f7a6f227f633e406 (patch) | |
tree | efc726304ff2d68c31775a2054e3defd168e490d /configs | |
parent | fe86447c3227647de6d3bfaba0fb8c0f847af3f4 (diff) |
new manifest.json
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nginx/apps/kvm/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/nginx/apps/kvm/manifest.json b/configs/nginx/apps/kvm/manifest.json index 710af6f0..ed19dc67 100644 --- a/configs/nginx/apps/kvm/manifest.json +++ b/configs/nginx/apps/kvm/manifest.json @@ -1,6 +1,8 @@ { "name": "KVM", "description": "Open KVM session in a web browser", + "icon": "/svg/kvm.svg", "path": "/kvm.html", - "place": 0 + "place": 0, + "keyboard_cap": true } |