summaryrefslogtreecommitdiffstats
path: root/src/main/resources/guac-manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/guac-manifest.json')
-rw-r--r--src/main/resources/guac-manifest.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/guac-manifest.json b/src/main/resources/guac-manifest.json
index e507183..def8a3f 100644
--- a/src/main/resources/guac-manifest.json
+++ b/src/main/resources/guac-manifest.json
@@ -2,6 +2,8 @@
"guacamoleVersion" : "*",
"name" : "bwLehrpool virtual pool",
"namespace" : "de.bwlehrpool",
+ "smallIcon" : "images/Logo_bwLehrpool_symbol.png",
+ "largeIcon" : "images/Logo_bwLehrpool_symbol.png",
"authProviders": ["de.bwlehrpool.bwlp_guac.BwlpAuthenticationProvider"],
"html" : [ "disclaimer.html" ],
"translations" : [
@@ -14,6 +16,7 @@
"bwlp.min.css"
],
"resources" : {
+ "images/Logo_bwLehrpool.svg" : "image/svg+xml",
"templates/locationField.html" : "text/html"
}
}