Skip to content

Commit

Permalink
fix: generate favicons properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vanaigr committed Dec 16, 2024
1 parent 0353547 commit 06c15e0
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 26 deletions.
12 changes: 8 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<html lang="en">
<head>
<title>Minishoot' Adventures Map</title>
<link rel="icon" type="image/png" href="favicon-48x48.png" sizes="48x48">
<link rel="icon" sizes="any" type="image/svg+xml" href="favicon.svg">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">

<link rel="icon" type="image/png" href="/minishoot-map/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/minishoot-map/favicon.svg" />
<link rel="shortcut icon" href="/minishoot-map/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/minishoot-map/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Map" />
<link rel="manifest" href="/minishoot-map/site.webmanifest" />

<meta name="description" content="The most complete Minishoot' Adventures map. All collectables, enemies and locations.">
<meta name="keywords" content="Minishoot Adventures Map, Minishoot Adventures Upgrades, Minishoot Adventures Red Coins Map, Minishoot Adventures Bosses, Minishoot Map Pieces, Minishoot Adventures Key Locations, Minishoot Adventures Dungeons, Minishoot Adventures Temples">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
Expand Down
Binary file modified src/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/public/favicon-48x48.png
Binary file not shown.
Binary file modified src/public/favicon.ico
Binary file not shown.
28 changes: 14 additions & 14 deletions src/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions src/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "Minishoot' Adventures map",
"short_name": "Minishoot",
"start_url": ".",
"name": "Minishoot' Adventures Map",
"short_name": "Map",
"icons": [
{
"src": "web-app-manifest-192x192.png",
"src": "/minishoot-map/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
"purpose": "maskable"
},
{
"src": "web-app-manifest-512x512.png",
"src": "/minishoot-map/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}
Binary file modified src/public/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/public/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06c15e0

Please sign in to comment.