forked from potsda.mn/mobilizon
set name and short_name in manifest.json to Rotes Potsdam
This commit is contained in:
parent
fb05ee1c2f
commit
d4dd0cfd0a
|
@ -15,6 +15,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pwa: {
|
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
|
themeColor: "#ffd599", //not required for service worker, but place theme color here if manifest.json doesn't change the color
|
||||||
workboxPluginMode: "InjectManifest",
|
workboxPluginMode: "InjectManifest",
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
|
@ -23,6 +24,7 @@ module.exports = {
|
||||||
// ...other Workbox options...
|
// ...other Workbox options...
|
||||||
},
|
},
|
||||||
manifestOptions: {
|
manifestOptions: {
|
||||||
|
short_name: "Rotes Potsdam",
|
||||||
orientation: "portrait-primary",
|
orientation: "portrait-primary",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue