mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
List other images in manifest
This commit is contained in:
parent
80fb3a5c18
commit
d78f82649e
2 changed files with 9 additions and 1 deletions
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 19 KiB |
|
@ -7,9 +7,17 @@
|
|||
"theme_color": "#1F1F1F",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./logo.png/",
|
||||
"src": "logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "touch-icon-iphone.png",
|
||||
"sizes": "152x152"
|
||||
},
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "32x32"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue