From d0f12960d2098dc3830b0c2ecfeba4632e56d675 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 18 Jul 2020 11:10:05 +0200 Subject: [PATCH] :wrench: (pwa) add icon to shortcut --- vue.config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: [