From 7e7aea0eb8d3f17a62a9a35c6bac10c1eb92b33d Mon Sep 17 00:00:00 2001 From: minie4 Date: Tue, 7 Jun 2022 12:36:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20short=5Fname=20to=20PWA=20?= =?UTF-8?q?manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 043ed13..2121f38 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,7 +13,8 @@ export default defineConfig({ VitePWA({ registerType: "autoUpdate", manifest: { - name: "Timetable", + name: "Timetable V2", + short_name: "Timetable", description: "Timetable and Substitution plan viewer", theme_color: "#212121", background_color: "#353535",