mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: PWA manifest #405
This commit is contained in:
parent
cf8eeaadfe
commit
94727a142a
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue