ref: b6f783e26e9d692dc2243bf5cf945cc0717c00aa
parent: aac72f2cd8e10c7faef3060fcf14201f958a6fe8
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Dec 31 11:04:29 EST 2022
Correct type of "locales" in KaiOS manifest It should be an object, not an array.
--- a/kaios/manifest.pl
+++ b/kaios/manifest.pl
@@ -46,13 +46,13 @@
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,