mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Update to favicon section, according to (#416)
* Update to favicon section, according to http://realfavicongenerator.net/ * Windows start not as expected * re-add msapplication-navbutton-color
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
<meta name="mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
|
||||
<!-- Chrome, Opera, and Firefox OS -->
|
||||
<meta name="theme-color" content="#272727"/>
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="#272727"/>
|
||||
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
||||
|
||||
<link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/>
|
||||
@@ -33,12 +28,24 @@
|
||||
<link href="/Content/overrides.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/info.css" rel='stylesheet' type='text/css'/>
|
||||
|
||||
<link rel="apple-touch-icon" href="/Content/Images/touch/57.png"/>
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/Content/Images/touch/72.png"/>
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/Content/Images/touch/114.png"/>
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/Content/Images/touch/144.png"/>
|
||||
<link rel="mask-icon" href="/Content/Images/safari/logo.svg" color="#ffc230">
|
||||
<link rel="icon" type="image/ico" href="/Content/Images/favicon.ico"/>
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="#272727"/>
|
||||
|
||||
<!-- Generated by http://realfavicongenerator.net/ -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/Content/Images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/Content/Images/favicon/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/Content/Images/favicon/manifest.json">
|
||||
<link rel="mask-icon" href="/Content/Images/favicon/safari-pinned-tab.svg" color="#ffc230">
|
||||
<link rel="shortcut icon" href="/Content/Images/favicon/favicon.ico">
|
||||
<meta name="apple-mobile-web-app-title" content="Radarr">
|
||||
<meta name="application-name" content="Radarr">
|
||||
<meta name="msapplication-TileColor" content="#272727">
|
||||
<meta name="msapplication-TileImage" content="/Content/Images/favicon/mstile-144x144.png">
|
||||
<meta name="msapplication-config" content="/Content/Images/favicon/browserconfig.xml">
|
||||
<meta name="theme-color" content="#272727">
|
||||
|
||||
<link rel="alternate" type="text/calendar" title="iCalendar feed for Radarr" href="/feed/calendar/NzbDrone.ics"/>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user