First commit
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user