Storing directors.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/favicon/android-chrome-194x194.png
Executable file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/favicon/android-chrome-196x196.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/favicon/android-chrome-32x32.png
Executable file
|
After Width: | Height: | Size: 709 B |
|
Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 640 B |
@@ -2,18 +2,33 @@
|
||||
"name": "traxxx",
|
||||
"short_name": "traxxx",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/img/favicon/android-chrome-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/favicon/android-chrome-194x194.png",
|
||||
"sizes": "194x194",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/favicon/android-chrome-196x196.png",
|
||||
"sizes": "194x194",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"theme_color": "#ff6c88",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||