Skip to content

Commit

Permalink
update favicon manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 2, 2024
1 parent 23cbce2 commit 128408e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/favicon/mstile-150x150.png"/>
<square150x150logo src="/favicon/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
Expand Down
4 changes: 2 additions & 2 deletions static/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "Velopack",
"icons": [
{
"src": "/images/favicon/android-chrome-192x192.png",
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/favicon/android-chrome-384x384.png",
"src": "/favicon/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
Expand Down

0 comments on commit 128408e

Please sign in to comment.