From 425b7e96fd84d87ad353a66634aebb4c6c295edc Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 17 Oct 2022 16:37:14 +0200 Subject: [PATCH] feat(manifest): Add categories --- front/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/vite.config.ts b/front/vite.config.ts index f80883be8..5afc5bf6a 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -31,6 +31,7 @@ export default defineConfig(({ mode }) => ({ }, manifest: { name: 'Funkwhale', + categories: ["music", "entertainment"], start_url: undefined, scope: undefined, short_name: 'Funkwhale',