BIN
docs/logo/favicon-master.png
Normal file
|
After Width: | Height: | Size: 235 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 70 KiB |
BIN
public/icon-192.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/icon-512.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
11
public/site.webmanifest
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Anagram Finder",
|
||||
"short_name": "Anagram",
|
||||
"icons": [
|
||||
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta name="theme-color" content="#000000">
|
||||
|
||||
@vite(['resources/css/app.css'])
|
||||
</head>
|
||||
|
|
|
|||