Relocate favicons to folder for Android.

This commit is contained in:
scoobybejesus 2020-07-30 23:58:05 -04:00
parent 96261806ba
commit a766bbe0e7
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 310 KiB

View File

@ -3,12 +3,12 @@
"short_name": "Scoobs!",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}