Player name, pwa & branding

This commit is contained in:
Thomas
2020-09-01 12:36:43 +02:00
parent 85a8139270
commit d8ce1001cb
46 changed files with 618 additions and 42 deletions

12
client/vue.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
pwa: {
name: 'Tron.io',
themeColor: '#1f2424',
msTileColor: '#1f2424',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxOptions: {
skipWaiting: true
}
}
}