aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkaios/manifest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaios/manifest.pl b/kaios/manifest.pl
index c11acd1..458c724 100755
--- a/kaios/manifest.pl
+++ b/kaios/manifest.pl
@@ -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,