🔧 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({ VitePWA({
registerType: "autoUpdate", registerType: "autoUpdate",
manifest: { manifest: {
name: "Timetable", name: "Timetable V2",
short_name: "Timetable",
description: "Timetable and Substitution plan viewer", description: "Timetable and Substitution plan viewer",
theme_color: "#212121", theme_color: "#212121",
background_color: "#353535", background_color: "#353535",