Branding
This commit is contained in:
12
client/vue.config.js
Normal file
12
client/vue.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
pwa: {
|
||||
name: 'Oozik',
|
||||
themeColor: '#26a8a2',
|
||||
msTileColor: '#26a8a2',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
appleMobileWebAppStatusBarStyle: 'black',
|
||||
workboxOptions: {
|
||||
skipWaiting: true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user