Files
bgclock/public_html/manifest.webmanifest
T

20 lines
712 B
JSON
Raw Normal View History

2026-08-11 10:52:35 +02:00
{
"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" }
]
}