Skip to content

Commit

Permalink
fix: PWA manifest #405
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Apr 4, 2022
1 parent cf8eeaa commit 94727a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 94727a1

Please sign in to comment.