20 lines
712 B
JSON
20 lines
712 B
JSON
{
|
|||
|
|
"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" }
|
||
|
|
]
|
||
|
|
}
|