Initial commit

This commit is contained in:
cpu
2025-03-22 22:31:00 +01:00
parent db06e71e69
commit de2beab911
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 KiB

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 349 KiB

View File

@@ -3,6 +3,7 @@
"short_name": "Timer", "short_name": "Timer",
"author": "Martin", "author": "Martin",
"version": "0.0.1", "version": "0.0.1",
"version_name": "0.0.1",
"description": "Multi-player chess-like timer with carousel navigation", "description": "Multi-player chess-like timer with carousel navigation",
"start_url": "/", "start_url": "/",
"id": "/index.html", "id": "/index.html",
@@ -40,13 +41,13 @@
"screenshots": [ "screenshots": [
{ {
"src": "/images/screenshot1.png", "src": "/images/screenshot1.png",
"sizes": "2560x1860", "sizes": "2212×1614",
"type": "image/png", "type": "image/png",
"form_factor": "wide" "form_factor": "wide"
}, },
{ {
"src": "/images/screenshot2.png", "src": "/images/screenshot2.png",
"sizes": "750x1594", "sizes": "828×1912",
"type": "image/png" "type": "image/png"
} }
] ]