23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "myboker.org",
|
|
"short_name": "myboker",
|
|
"description": "Free poker tracker and ledger for home games.",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#09090d",
|
|
"theme_color": "#09090d",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|