got it. error in the guide.
guide shows:
"resources" : [
"resources/your-logo.png" : "image/png"
],
what works is:
"resources" : {
"images/snake2.png" : "image/png"
}
On Mon, Sep 18, 2017 at 4:02 PM, Mike Jumper <[email protected]>
wrote:
> On Mon, Sep 18, 2017 at 2:39 PM, dan <[email protected]> wrote:
>
>> it does indeed remove the error, and gives a new one:
>> ERROR o.a.g.extension.ExtensionModule - Extension "xyz.jar" could not be
>> loaded: guac-manifest.json is not valid JSON: xyz.jar
>>
>>
> Can you post the .jar of the extension itself?
>
>