set name and short_name in manifest.json to Rotes Potsdam

This commit is contained in:
778a69cd 2023-04-03 14:29:04 +02:00
parent fb05ee1c2f
commit d4dd0cfd0a

View file

@ -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",
},
},