mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 11:46:18 +00:00
PWA icons added
This commit is contained in:
parent
d6c150deda
commit
a20e78dea7
7 changed files with 6 additions and 6 deletions
BIN
web/assets/icons/16.png
Normal file
BIN
web/assets/icons/16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
web/assets/icons/192.png
Normal file
BIN
web/assets/icons/192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
web/assets/icons/24.png
Normal file
BIN
web/assets/icons/24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
web/assets/icons/32.png
Normal file
BIN
web/assets/icons/32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
web/assets/icons/512.png
Normal file
BIN
web/assets/icons/512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
BIN
web/assets/icons/64.png
Normal file
BIN
web/assets/icons/64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
|
@ -8,32 +8,32 @@
|
|||
"theme_color": "#293343",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./assets/icons/16.png",
|
||||
"src": "./icons/16.png",
|
||||
"sizes": "16x16",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icons/24.png",
|
||||
"src": "./icons/24.png",
|
||||
"sizes": "24x24",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icons/32.png",
|
||||
"src": "./icons/32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icons/64.png",
|
||||
"src": "./icons/64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icons/192.png",
|
||||
"src": "./icons/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icons/512.png",
|
||||
"src": "./icons/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue