Merge branch 'advplyr:master' into pwa

This commit is contained in:
ipcintron 2024-02-16 09:51:10 -06:00 committed by GitHub
commit ef96f3102f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 776 additions and 8 deletions

View file

@ -95,7 +95,7 @@ module.exports = {
meta: {
appleStatusBarStyle: 'black',
name: 'Audiobookshelf',
theme_color: '#373838',
theme_color: '#232323',
mobileAppIOS: true,
nativeUI: true
},
@ -103,7 +103,7 @@ module.exports = {
name: 'Audiobookshelf',
short_name: 'Audiobookshelf',
display: 'standalone',
background_color: '#373838',
background_color: '#232323',
icons: [
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',