mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update favicon information.
This commit is contained in:
parent
1e4888209b
commit
be190d1fa0
@ -3,7 +3,7 @@
|
|||||||
<msapplication>
|
<msapplication>
|
||||||
<tile>
|
<tile>
|
||||||
<square150x150logo src="/mstile-150x150.png"/>
|
<square150x150logo src="/mstile-150x150.png"/>
|
||||||
<TileColor>#2d89ef</TileColor>
|
<TileColor>#da532c</TileColor>
|
||||||
</tile>
|
</tile>
|
||||||
</msapplication>
|
</msapplication>
|
||||||
</browserconfig>
|
</browserconfig>
|
||||||
|
@ -1,17 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "Firefly III",
|
"name": "Firefly III",
|
||||||
"icons": [
|
"short_name": "Firefly III",
|
||||||
{
|
"icons": [
|
||||||
"src": "\/android-chrome-192x192.png",
|
{
|
||||||
"sizes": "192x192",
|
"src": "\/android-chrome-192x192.png",
|
||||||
"type": "image\/png"
|
"sizes": "192x192",
|
||||||
},
|
"type": "image\/png",
|
||||||
{
|
"density": 4
|
||||||
"src": "\/android-chrome-512x512.png",
|
},
|
||||||
"sizes": "512x512",
|
{
|
||||||
"type": "image\/png"
|
"src": "\/android-chrome-512x512.png",
|
||||||
}
|
"sizes": "512x512",
|
||||||
],
|
"type": "image\/png"
|
||||||
"theme_color": "#ffffff",
|
}
|
||||||
"display": "standalone"
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"display": "standalone",
|
||||||
|
"start_url": "/",
|
||||||
|
"orientation": "portrait"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#3c8dbc">
|
||||||
|
Loading…
Reference in New Issue
Block a user