feat(icons): replace PNG icons with SVG logo for improved scalability and performance

This commit is contained in:
hamed
2026-07-12 09:12:13 +03:30
parent 393408aa92
commit ca66b86cf9
5 changed files with 14 additions and 23 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 647 B

+6 -18
View File
@@ -12,27 +12,15 @@
"dir": "rtl",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"src": "/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]