🔧 Add short_name to PWA manifest
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user