This commit is contained in:
Alexander Minkin 2021-01-26 21:01:53 +03:00
parent aa7ebd8327
commit 5f5cca3086
10 changed files with 28 additions and 0 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

9
browserconfig.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

1
safari-pinned-tab.svg Normal file
View File

@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="1365.333" height="1365.333" viewBox="0 0 1024.000000 1024.000000"><path d="M0 512v512h1024V0H0v512zm830-260.5c50.6 9.2 90.1 36.8 109 76.1 7.4 15.4 12 33.5 12 47.6v6.8h-59.7l-.6-8.9c-2.5-38.2-25.6-64-65.7-73.2-10.9-2.6-37-3.6-50.1-2.1-17.9 2.2-31.8 6.7-43.1 14.1-17.7 11.6-26.3 25.5-28.9 46.2-2.7 22.4 5.3 40.6 23.9 54.7 17.1 12.8 37 21 85.2 35 37.5 11 67.5 23.7 88 37.3 12.9 8.6 30.9 26.7 37.3 37.5 6 10.2 11.3 24.8 13.3 37.2 2.3 14.2 1.5 36.4-2 49.5-12.2 46.8-56.2 78.5-120.6 86.9-14.5 1.8-49.2 1.6-62.8-.5-31.4-4.9-61.1-15.9-83.1-31-8.6-5.9-24.1-20.4-30-28.1-14.1-18.3-22.3-40-23.8-62.4l-.6-10.2h60l.6 8.2c3.1 39.2 31.9 66.7 78.6 74.9 22.5 4 54.9 2.6 74.6-3.2 31.7-9.4 50.5-32.8 50.5-62.8-.1-21.3-7.6-37.7-22.7-49.1-15-11.4-38.7-21.3-81-34.1-33.9-10.2-49.7-16-69.8-25.9-19.4-9.5-32-17.8-43.3-28.4-11.1-10.5-17.3-18.8-23.3-31.1-6.1-12.6-8.8-23.7-9.6-39-1.8-37.4 12.7-68.2 43.2-92 20.9-16.3 46.8-26.7 77.4-31 13.7-2 54.3-1.4 67.1 1zm-719.2 7.7c.6 2.4 16.4 69.5 35.2 149.3 29.7 126.2 34.5 148.1 37.6 168.5 1.9 12.9 3.7 25.1 4.1 27 .5 2.8 1.9-1.7 7.8-25.5 4-16 16.7-61.6 28.3-101.5 11.5-39.9 29.6-102.4 40.2-139 10.5-36.6 20.3-70.2 21.6-74.8l2.5-8.2h50.6l3.6 12.7c60.7 214.9 83.6 297.1 88 316.3 3 12.9 5.7 22.8 6 22 .3-.8 2.4-13 4.7-27 3.3-20.6 10.5-53.4 37.6-170.5 18.4-79.8 34-146.9 34.6-149.3l1-4.2h29.9c16.5 0 29.9.3 29.9.7 0 .5-24.2 98.7-53.8 218.3l-53.8 217.5-27.1.3-27.2.2-2.5-8.2C395.1 635.5 319.3 370 317 359c-1.7-7.9-3.2-14.5-3.3-14.7-.2-.1-1.7 6.4-3.4 14.5-2.4 11.4-67.8 233.2-95.4 323.5l-3 9.7-27.2-.2-27.1-.3-16.2-65.5c-21.8-88.7-90.3-365.9-91-368.8l-.6-2.2h60l1 4.2z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

18
site.webmanifest Normal file
View File

@ -0,0 +1,18 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}