added properties for PWA

This commit is contained in:
thilo 2020-03-21 23:39:59 +01:00
parent c4cb25ecca
commit f8e9eeb2d3
1 changed files with 10 additions and 0 deletions

10
vue.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
pwa: {
name: 'COVIDassist',
themeColor: '#FCF7F8',
msTileColor: '#FCF7F8',
manifestOptions: {
background_color: '#FCF7F8'
}
}
}