New: Use instance name in PWA manifest

(cherry picked from commit 1fcfb88d2aa0126c4b3c878c8e310311ea57d04d)

Closes #5203
This commit is contained in:
Mark McDowall 2024-10-26 20:48:00 -07:00 committed by Bogdan
parent 0c2ede48e8
commit e39e990696
2 changed files with 22 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"name": "Lidarr",
"name": "__INSTANCE_NAME__",
"icons": [
{
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-192x192.png",