Skip to content

Commit

Permalink
SVG favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutuZ committed Aug 30, 2024
1 parent 5da6d51 commit 33a96a5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/img/icons/favicon-vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion site/img/icons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
{"name":"Mihon Backup Viewer","short_name":"MBV","icons":[{"src":"/img/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/img/icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#333333","background_color":"#1d1d1d","display":"standalone"}
{
"name": "Tachibk Viewer",
"short_name": "Tachibk Viewer",
"icons": [
{
"src": "/img/icons/favicon-vector.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512 1024x1024",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#333333",
"background_color": "#1d1d1d",
"display": "standalone"
}
1 change: 1 addition & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="img/icons/favicon-16x16.png" />
<link rel="icon" type="image/svg+xml" href="img/icons/favicon-vector.svg" />
<link rel="manifest" href="img/icons/site.webmanifest" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 33a96a5

Please sign in to comment.