update icons

This commit is contained in:
SowinskiBraeden committed 2026-06-29 21:55:16 -07:00
1 parent 6f7f3226c5
commit 35c2b9b4d0
6 files changed
+29

No files matched your search

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

+22
View File
@@ -0,0 +1,22 @@
{
"name": "myboker.org",
"short_name": "myboker",
"description": "Free poker tracker and ledger for home games.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#09090d",
"theme_color": "#09090d",
"icons": [
{
"src": "/static/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}