From 4216968c10440e384dd6e6810f5a255fb6742d11 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 17 Oct 2022 16:34:48 +0200 Subject: [PATCH] chore(manifest): Set a generic description --- front/index.html | 2 +- front/vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/index.html b/front/index.html index c26caaf05..d1ef2e8c5 100644 --- a/front/index.html +++ b/front/index.html @@ -7,7 +7,7 @@ Funkwhale - + diff --git a/front/vite.config.ts b/front/vite.config.ts index feca1a17a..2c47025c2 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -34,7 +34,7 @@ export default defineConfig(({ mode }) => ({ start_url: undefined, scope: undefined, short_name: 'Funkwhale', - description: 'TODO', + description: 'Your free and federated audio platform', icons: [ { src: 'android-chrome-192x192.png',