change logo for the apk and the downloaded webapp

This commit is contained in:
2026-04-12 23:13:11 +02:00
parent fccfcb1db2
commit 6f8368ffa2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -1,13 +1,13 @@
{
"name": "Mon Timer",
"short_name": "Timer",
"short_name": "ChessCubingClock",
"start_url": "index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icon.png",
"src": "img/logo.png",
"sizes": "192x192",
"type": "image/png"
}