On Thu, Mar 28, 2019 at 7:29 AM <[email protected]> wrote: > ... > > "resources" : { > > "resources/ARMTLogo.png" : "ARMTLogo.png" > > }, >
By the way, I'm not sure if this is related to the problem at hand, but
this is incorrect. The value of each property within "resources" should be
the mimetype of that resource. This should instead be:
"resources" : {
"resources/ARMTLogo.png" : "image/png"
},
See: http://guacamole.apache.org/doc/gug/guacamole-ext.html#ext-manifest
- Mike
