1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Use instance name in PWA manifest

(cherry picked from commit 1fcfb88d2aa0126c4b3c878c8e310311ea57d04d)

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

View File

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