From 42fb0db17d6293e67a49dce6cf15c6c9fb1a943f Mon Sep 17 00:00:00 2001 From: Miloslav Nenadal Date: Sun, 4 Feb 2024 10:28:48 +0100 Subject: [PATCH] Add app description --- src/build/create_manifest.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/create_manifest.clj b/src/build/create_manifest.clj index 9c9b311..936fefd 100644 --- a/src/build/create_manifest.clj +++ b/src/build/create_manifest.clj @@ -6,6 +6,7 @@ (defn render [module-id->output-name] (j/write-value-as-string {:name "Backgammon" + :description "Backgammon game with local multiplayer (no single player)." :icons [{:src (u/asset "img/icon.svg" module-id->output-name) :sizes "any" :type "image/svg+xml"}