mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Fix:PWA manifest add PNG icon for desktop browsers #1300
This commit is contained in:
parent
d2454201b4
commit
57422d0759
@ -114,6 +114,11 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
||||||
sizes: "any"
|
sizes: "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
src: (process.env.ROUTER_BASE_PATH || '') + '/icon64.png',
|
||||||
|
type: "image/png",
|
||||||
|
sizes: "64x64"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user