update
This commit is contained in:
parent
262d712938
commit
55473ddc9f
6 changed files with 13 additions and 7 deletions
BIN
assets/1024.png
Normal file
BIN
assets/1024.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
assets/192.png
Normal file
BIN
assets/192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 700 B |
BIN
assets/256.png
Normal file
BIN
assets/256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 964 B |
BIN
assets/512.png
Normal file
BIN
assets/512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
assets/96.png
Normal file
BIN
assets/96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 B |
|
|
@ -9,20 +9,25 @@
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "https://prigoana.com/favicon.png",
|
"src": "/assets/192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "https://prigoana.com/favicon.png",
|
"src": "/assets/512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"categories": ["music", "entertainment"],
|
"categories": ["music", "entertainment"],
|
||||||
"screenshots": [],
|
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
{
|
{
|
||||||
"name": "Search",
|
"name": "Search",
|
||||||
|
|
@ -31,8 +36,9 @@
|
||||||
"url": "/search",
|
"url": "/search",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "https://prigoana.com/favicon.png",
|
"src": "/assets/96.png",
|
||||||
"sizes": "192x192"
|
"sizes": "96x96",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue