diff --git a/js/vue.config.js b/js/vue.config.js index c4d804ae0..6beec05e4 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -15,6 +15,7 @@ module.exports = { } }, pwa: { + name: "rotes.potsda.mn – Alternative Termine zwischen Stadtschloss und Garnisonkirche", themeColor: "#ffd599", //not required for service worker, but place theme color here if manifest.json doesn't change the color workboxPluginMode: "InjectManifest", workboxOptions: { @@ -23,6 +24,7 @@ module.exports = { // ...other Workbox options... }, manifestOptions: { + short_name: "Rotes Potsdam", orientation: "portrait-primary", }, },