From 94727a142a1822c533c665d558ad4af6c207d5b9 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Mon, 4 Apr 2022 21:49:23 +0200 Subject: [PATCH] fix: PWA manifest #405 --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 7cdafe9cbf..87c7adc92b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,7 +8,7 @@ const proxyTarget = process.env['QBITTORRENT_TARGET'] ?? 'http://localhost' module.exports = { pwa: { - manifestPath: 'manifest.' + iconVersion + '.json', + manifestPath: 'manifest.json', name: 'VueTorrent', //PWApp name themeColor: '#597566', //PWA title bar color ( windows 10 PWA, android web browser and PWA address bar color ) manifestOptions: {