1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Fix webmanifest icon

This commit is contained in:
MultiMote
2025-11-06 12:13:35 +03:00
parent fb58227493
commit 59e787e7b1
2 changed files with 5 additions and 1 deletions

BIN
public/favicon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -6,10 +6,14 @@
{
"src": "favicon.svg",
"sizes": "any"
},
{
"src": "favicon-512.png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#212529",
"background_color": "#212529"
}
}