First commit

This commit is contained in:
2026-08-11 10:52:35 +02:00
commit a1d46f5e32
7 changed files with 802 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Backgammon Clock",
"short_name": "BG Clock",
"description": "Two-player match clock with a visible simple delay.",
"start_url": "./index.html",
"scope": "./",
"id": "/bgclock/",
"display": "fullscreen",
"display_override": ["fullscreen", "standalone"],
"orientation": "portrait",
"background_color": "#332E2B",
"theme_color": "#332E2B",
"categories": ["games", "utilities"],
"icons": [
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}