This commit is contained in:
Eduard Prigoana 2025-10-12 15:40:53 +03:00
parent 262d712938
commit 55473ddc9f
6 changed files with 13 additions and 7 deletions

BIN
assets/1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
assets/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

BIN
assets/256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

BIN
assets/512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
assets/96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

View file

@ -9,20 +9,25 @@
"orientation": "portrait-primary",
"icons": [
{
"src": "https://prigoana.com/favicon.png",
"src": "/assets/192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "https://prigoana.com/favicon.png",
"src": "/assets/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "/assets/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"categories": ["music", "entertainment"],
"screenshots": [],
"shortcuts": [
{
"name": "Search",
@ -31,8 +36,9 @@
"url": "/search",
"icons": [
{
"src": "https://prigoana.com/favicon.png",
"sizes": "192x192"
"src": "/assets/96.png",
"sizes": "96x96",
"type": "image/png"
}
]
}