Skip to content

Commit 11daa0f

Browse files
committed
Add new favicon
1 parent 30c9622 commit 11daa0f

File tree

8 files changed

+35
-1
lines changed

8 files changed

+35
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
<head>
1212
<meta charset="UTF-8" />
13-
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
13+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
14+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
15+
<link rel="shortcut icon" href="/favicon.ico" />
16+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
17+
<link rel="manifest" href="/site.webmanifest" />
1418
<title>GaliGuessr - Quiz de xeografía de Galicia</title>
1519
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1620
<meta name="description" content="Quiz de xeografía de Galicia">

public/apple-touch-icon.png

7.57 KB
Loading

public/favicon-96x96.png

3.89 KB
Loading

public/favicon.ico

13.6 KB
Binary file not shown.

public/favicon.svg

Lines changed: 9 additions & 0 deletions
Loading

public/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "GaliGuessr",
3+
"short_name": "GaliGuessr",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
8.17 KB
Loading
28.2 KB
Loading

0 commit comments

Comments
 (0)