mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
29 lines
1.0 KiB
Twig
29 lines
1.0 KiB
Twig
{# main icons #}
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
|
|
{# iOS icons #}
|
|
<link rel="apple-touch-icon" sizes="76x76" href="maskable76.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="maskable120.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="maskable152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
|
|
{# Pinned tab #}
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#1e6581">
|
|
|
|
{# Android #}
|
|
<link href="maskable192.png" rel="icon" sizes="192x192">
|
|
<link href="maskable128.png" rel="icon" sizes="128x128">
|
|
|
|
{# Manifest #}
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
|
|
{# Android colors #}
|
|
<meta name="theme-color" content="#1e6581">
|
|
|
|
{# Microsoft meta #}
|
|
<meta name="msapplication-TileColor" content="#1e6581">
|
|
<meta name="msapplication-TileImage" content="maskable.png">
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
<meta name="application-name" content="Firefly III">
|