Correct type of "locales" in KaiOS manifest

It should be an object, not an array.
This commit is contained in:
Ben Harris
2022-12-31 16:04:29 +00:00
parent aac72f2cd8
commit b6f783e26e

View File

@ -46,13 +46,13 @@ print encode_json({
url => "https://bjh21.me.uk",
},
default_locale => "en-GB",
locales => [
locales => {
"en-GB" => {
name => $displayname,
subtitle => $description,
description => $objective,
},
],
},
categories => ["games"],
type => "web",
cursor => JSON::PP::false,