🔧 Add short_name to PWA manifest

This commit is contained in:
2022-06-07 12:36:33 +02:00
parent e38691c2eb
commit 7e7aea0eb8

View File

@ -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",