Add support of theme-color in Safari 15

pull/1515/head
LASER-Yi 3 years ago
parent 34b1782e6a
commit 18f59cf0f9

@ -17,6 +17,7 @@
name="description" name="description"
content="Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you." content="Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you."
/> />
<meta name="theme-color" content="#911f93" />
<link rel="manifest" href="%PUBLIC_URL%/static/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/static/manifest.json" />
</head> </head>
<body> <body>

Loading…
Cancel
Save