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