diff --git a/vue.config.js b/vue.config.js index dcea1d0..7f5635b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,7 +16,14 @@ module.exports = { name: 'Start a session', short_name: 'Start', description: 'Start a pair programming session', - url: '/play' + url: '/play', + icons: [ + { + src: './img/icons/android-chrome-192x192.png', + sizes: '192x192', + type: 'image/png' + } + ] } ], icons: [