feat(manifest): Add categories

This commit is contained in:
Georg Krause 2022-10-17 16:37:14 +02:00 committed by Georg Krause
parent b7e672801c
commit 425b7e96fd
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export default defineConfig(({ mode }) => ({
}, },
manifest: { manifest: {
name: 'Funkwhale', name: 'Funkwhale',
categories: ["music", "entertainment"],
start_url: undefined, start_url: undefined,
scope: undefined, scope: undefined,
short_name: 'Funkwhale', short_name: 'Funkwhale',