fix: PWA manifest #405

This commit is contained in:
Daan Wijns 2022-04-04 21:49:23 +02:00
parent cf8eeaadfe
commit 94727a142a

View file

@ -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: {