S allius/issue383 (#384)
* configure path to web files for Quart * copy web-file into the add-on container * add test template and stylesheet * add w3.css dashboard * fix unit test for test dashboard * add Roboto font * add awesome web font * add all favicon formats * load fonts locally * adapt unit tests * add all font and favicons to add-on * fix sonarqube warnings * add unit tests for all favicons
BIN
app/src/web/static/images/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
app/src/web/static/images/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/web/static/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
app/src/web/static/images/favicon.svg
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
app/src/web/static/images/logo.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
21
app/src/web/static/images/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "TSUN-Proxy",
|
||||
"short_name": "TsunProxy",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
app/src/web/static/images/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
app/src/web/static/images/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 189 KiB |