diff --git a/vue.config.js b/vue.config.js index b05f99f..486484d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,11 @@ module.exports = { - publicPath: '/print-ui/' -} \ No newline at end of file + publicPath: '/print-ui/', + + pwa: { + name: 'Бесплатный принтер физфака', + themeColor: '#558ab2', + msTileColor: '#558ab2', + appleMobileWebAppCapable: 'yes', + appleMobileWebAppStatusBarStyle: '#558ab2', + } +}