On Mon, Sep 18, 2017 at 3:26 PM, dan <[email protected]> wrote: > got it. error in the guide. > > guide shows: > "resources" : [ > "resources/your-logo.png" : "image/png" > ], > > > what works is: > "resources" : { > "images/snake2.png" : "image/png" > } > > What guide are you referring to above?
The manual correctly states that the "resources" property is an object, and the example provided a little bit below the table of properties demonstrates it as such: http://guacamole.incubator.apache.org/doc/gug/guacamole-ext.html#ext-manifest - Mike
