added properties for PWA
This commit is contained in:
parent
c4cb25ecca
commit
f8e9eeb2d3
1 changed files with 10 additions and 0 deletions
10
vue.config.js
Normal file
10
vue.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
pwa: {
|
||||
name: 'COVIDassist',
|
||||
themeColor: '#FCF7F8',
|
||||
msTileColor: '#FCF7F8',
|
||||
manifestOptions: {
|
||||
background_color: '#FCF7F8'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue