On Thursday, January 30, 2020, 6:57:09 PM GMT+1, Mike Jumper
<[email protected]> wrote:
>
> you need to use the properties provided for doing that ("smallIcon" and
> "largeIcon").
Just so anyone else can get that right from the start, here's a sample of my
manifest file:
{
"guacamoleVersion" : "*",
"name" : "mybrand",
"namespace" : "mybranding",
"translations" : [
"translations/en.json"
],
"css" : [
"css/login-override.css"
],
"html" : [
"WelcomeNotice.html"
],
"resources" : {
"images/logo-placeholder.png" : "image/png",
"images/guac-tricolor.png" : "image/png",
"images/logo-64.png" : "image/png",
"images/logo-144.png" : "image/png"
},
"smallIcon" : "images/logo-64.png",
"largeIcon" : "images/logo-144.png"
}
It works fine now, but I think I can safely remove the logo-{64,144}.png
entries from "resources".
Once again, thanks!
Vieri
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]