Move frontend
BIN
frontend/favicons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
frontend/favicons/android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
frontend/favicons/apple-touch-icon-120x120.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
frontend/favicons/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
frontend/favicons/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
frontend/favicons/apple-touch-icon-60x60.png
Normal file
|
After Width: | Height: | Size: 997 B |
BIN
frontend/favicons/apple-touch-icon-76x76.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
frontend/favicons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
frontend/favicons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
frontend/favicons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
frontend/favicons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
19
frontend/favicons/manifest.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Fizika",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicons/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
||||