After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 2.7 KiB |
@ -0,0 +1,9 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<browserconfig> |
|||
<msapplication> |
|||
<tile> |
|||
<square150x150logo src="/favicon/mstile-150x150.png"/> |
|||
<TileColor>#ff5555</TileColor> |
|||
</tile> |
|||
</msapplication> |
|||
</browserconfig> |
After Width: | Height: | Size: 912 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,19 @@ |
|||
{ |
|||
"name": "MKRhere", |
|||
"short_name": "MKRhere", |
|||
"icons": [ |
|||
{ |
|||
"src": "/favicon/android-chrome-192x192.png", |
|||
"sizes": "192x192", |
|||
"type": "image/png" |
|||
}, |
|||
{ |
|||
"src": "/favicon/android-chrome-512x512.png", |
|||
"sizes": "512x512", |
|||
"type": "image/png" |
|||
} |
|||
], |
|||
"display": "standalone", |
|||
"theme_color": "#ff5555", |
|||
"background_color": "#000000" |
|||
} |