first changes to docker
BIN
QPKG/shared/web/icons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
QPKG/shared/web/icons/android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
QPKG/shared/web/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
9
QPKG/shared/web/icons/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="mstile-150x150.png"/>
|
||||
<TileColor>#2b5797</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
QPKG/shared/web/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 279 B |
BIN
QPKG/shared/web/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 440 B |
BIN
QPKG/shared/web/icons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
QPKG/shared/web/icons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
27
QPKG/shared/web/icons/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="260.000000pt" height="260.000000pt" viewBox="0 0 260.000000 260.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,260.000000) scale(0.100000,-0.100000)"
|
||||
fill="#24282e" stroke="none">
|
||||
<path d="M1240 2589 c-113 -17 -168 -30 -270 -65 -82 -29 -233 -108 -311 -164
|
||||
-173 -123 -322 -297 -407 -472 -59 -123 -74 -159 -87 -215 -3 -10 -11 -45 -20
|
||||
-78 -25 -100 -29 -144 -30 -290 0 -189 20 -306 82 -470 122 -326 407 -617 723
|
||||
-738 114 -44 107 -41 148 -51 105 -27 157 -35 252 -41 l90 -6 0 1301 0 1301
|
||||
-62 -3 c-35 -1 -83 -6 -108 -9z"/>
|
||||
<path d="M1593 2442 l-23 -3 0 -1140 0 -1139 64 1 65 2 3 119 c2 66 1 121 -2
|
||||
123 -3 2 -3 110 0 240 3 130 3 238 0 240 -3 2 -3 182 0 400 3 218 3 398 0 400
|
||||
-3 2 -3 110 0 240 3 130 4 238 2 240 -2 2 -4 63 -5 137 l-2 133 -31 1 c-17 1
|
||||
-35 3 -40 6 -5 2 -19 2 -31 0z"/>
|
||||
<path d="M2090 1299 l0 -816 60 2 c34 1 63 5 66 7 7 7 5 1610 -2 1617 -3 3
|
||||
-32 6 -65 6 l-59 0 0 -816z"/>
|
||||
<path d="M1830 1300 l0 -490 65 0 65 0 0 490 0 490 -65 0 -65 0 0 -490z"/>
|
||||
<path d="M2354 1455 c-3 -6 -3 -80 -2 -165 l3 -154 60 -1 60 0 0 164 0 165
|
||||
-59 1 c-34 0 -60 -4 -62 -10z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
19
QPKG/shared/web/icons/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||