v4.3.0
BIN
chat/public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
9
chat/public/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
chat/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
chat/public/icon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
chat/public/icon/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
chat/public/icon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
chat/public/icon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
chat/public/icon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
19
chat/public/icon/manifest.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "iocn/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
chat/public/icon/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
chat/public/pwa-192x192.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
chat/public/pwa-512x512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
20
chat/public/robots.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
User-agent: *
|
||||
Disallow: /api/
|
||||
Disallow: /auth/
|
||||
Allow: /
|
||||
|
||||
# Prevent indexing of sensitive paths
|
||||
Disallow: /admin/
|
||||
Disallow: /login
|
||||
Disallow: /register
|
||||
Disallow: /settings
|
||||
Disallow: /user/
|
||||
|
||||
# Allow crawling of static assets
|
||||
Allow: /assets/
|
||||
Allow: /images/
|
||||
Allow: /css/
|
||||
Allow: /js/
|
||||
|
||||
# Crawl-delay
|
||||
Crawl-delay: 10
|
||||
27
chat/public/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M2465 10233 c-551 -20 -907 -97 -1245 -269 -223 -113 -391 -237 -566
|
||||
-416 -332 -340 -531 -754 -603 -1254 -46 -320 -46 -297 -46 -3174 0 -2877 0
|
||||
-2854 46 -3174 75 -518 288 -947 641 -1292 339 -331 755 -531 1254 -603 320
|
||||
-46 297 -46 3174 -46 2877 0 2854 0 3174 46 518 75 947 288 1292 641 331 339
|
||||
531 755 603 1254 46 320 46 297 46 3174 0 2877 0 2854 -46 3174 -72 500 -271
|
||||
914 -603 1254 -175 179 -343 303 -566 416 -284 145 -556 215 -990 257 -94 9
|
||||
-792 13 -2805 14 -1474 1 -2716 0 -2760 -2z m2214 -3270 c123 -319 1407 -3677
|
||||
1417 -3705 l13 -38 -333 0 -333 0 -128 353 c-70 193 -148 407 -172 475 l-45
|
||||
122 -797 0 -796 0 -172 -473 -171 -472 -335 -3 -334 -2 726 1900 726 1900 356
|
||||
0 356 0 22 -57z m2431 -1843 l0 -1900 -315 0 -315 0 0 1900 0 1900 315 0 315
|
||||
0 0 -1900z"/>
|
||||
<path d="M3997 5527 c-163 -453 -297 -829 -297 -835 0 -9 144 -12 606 -12 481
|
||||
0 605 3 602 13 -3 6 -137 382 -299 834 -162 453 -299 823 -304 823 -6 0 -144
|
||||
-370 -308 -823z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |