Player name, pwa & 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: 'Tron.io',
|
||||
themeColor: '#1f2424',
|
||||
msTileColor: '#1f2424',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
appleMobileWebAppStatusBarStyle: 'black',
|
||||
workboxOptions: {
|
||||
skipWaiting: true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user