Updating Bisq markets logo and favicons.
BIN
frontend/src/resources/bisq/bisq-markets-logo.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
frontend/src/resources/bisq/favicons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
frontend/src/resources/bisq/favicons/android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
frontend/src/resources/bisq/favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
9
frontend/src/resources/bisq/favicons/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/resources/bisq/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#000000</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
frontend/src/resources/bisq/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 842 B |
BIN
frontend/src/resources/bisq/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
frontend/src/resources/bisq/favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/src/resources/bisq/favicons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
18
frontend/src/resources/bisq/favicons/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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="501.000000pt" height="501.000000pt" viewBox="0 0 501.000000 501.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,501.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M555 4997 c-132 -14 -247 -66 -345 -155 -109 -98 -171 -208 -199
|
||||
-352 -8 -39 -10 -634 -9 -2020 l3 -1965 27 -73 c77 -210 218 -343 433 -408 57
|
||||
-17 160 -18 2025 -18 1595 0 1975 2 2020 13 30 7 93 31 139 53 164 78 299 252
|
||||
333 430 19 96 17 3913 -2 4003 -51 247 -237 433 -485 485 -47 10 -461 13
|
||||
-1965 14 -1048 1 -1936 -2 -1975 -7z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 855 B |
19
frontend/src/resources/bisq/favicons/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "bisq.markets",
|
||||
"short_name": "bisq.markets",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/resources/bisq/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/resources/bisq/favicons/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
||||