Version bump

This commit is contained in:
Pieter Vander Vennet 2022-01-06 21:05:52 +01:00
parent c998cc5c7f
commit 2db4439594
2 changed files with 3 additions and 2 deletions

View file

@ -102,7 +102,8 @@ async function createManifest(layout: LayoutConfig) {
background_color: "#fff",
description: ogDescr,
orientation: "portrait-primary, landscape-primary",
icons: icons
icons: icons,
categories: ["map","navigation"]
};
}