From 2003b2b64f1ae4f652494eddce28520d0f8ec651 Mon Sep 17 00:00:00 2001 From: jona Date: Fri, 14 Apr 2023 16:49:13 +0200 Subject: [PATCH] change app name to FOMO --- js/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/vue.config.js b/js/vue.config.js index 9fe37e46b..75d0ed287 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -23,6 +23,7 @@ module.exports = { // ...other Workbox options... }, manifestOptions: { + short_name: "FOMO", orientation: "portrait-primary", }, },