Dunestash Public Frontend 0.0.1-a.1
BIN
public/icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
public/icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
public/icons/apple-touch-icon-114x114-precomposed.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/icons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 970 B |
BIN
public/icons/apple-touch-icon-120x120-precomposed.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/icons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/icons/apple-touch-icon-144x144-precomposed.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
public/icons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
public/icons/apple-touch-icon-152x152-precomposed.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
public/icons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
public/icons/apple-touch-icon-180x180-precomposed.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
public/icons/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/icons/apple-touch-icon-57x57-precomposed.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
public/icons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
public/icons/apple-touch-icon-60x60-precomposed.png
Normal file
After Width: | Height: | Size: 752 B |
BIN
public/icons/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 594 B |
BIN
public/icons/apple-touch-icon-72x72-precomposed.png
Normal file
After Width: | Height: | Size: 904 B |
BIN
public/icons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 746 B |
BIN
public/icons/apple-touch-icon-76x76-precomposed.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
public/icons/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 725 B |
BIN
public/icons/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
public/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
9
public/icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<TileColor>#ffc40d</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
public/icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
public/icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/icons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
1
public/icons/logo.svg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
1
public/icons/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 21 KiB |
19
public/icons/site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Dunestash",
|
||||
"short_name": "Dunestash",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|