Changed name to lowercase.

This commit is contained in:
nizune
2021-07-08 00:01:27 +02:00
parent 41567413f2
commit 6ac743901d
6 changed files with 8 additions and 8 deletions

View File

@@ -49,9 +49,9 @@ export default defineConfig({
filename: 'sw.ts',
strategies: 'injectManifest',
manifest: {
name: isNightly ? "REVOLT nightly" : "REVOLT",
short_name: "REVOLT",
description: isNightly ? "Early preview builds of REVOLT." : "User-first, privacy-focused chat platform.",
name: isNightly ? "Revolt Nightly" : "Revolt",
short_name: "Revolt",
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
categories: ["messaging"],
start_url: "/",
display: "standalone",