From d4dd0cfd0a956de88dd17da4d44892c98a32f102 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Mon, 3 Apr 2023 14:29:04 +0200 Subject: [PATCH] set name and short_name in manifest.json to Rotes Potsdam --- js/vue.config.js | 2 ++ 1 file changed, 2 insertions(+) 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", }, },