mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
16 lines
279 B
JSON
16 lines
279 B
JSON
|
{
|
||
|
"short_name": "MT",
|
||
|
"name": "Monkeytype",
|
||
|
"start_url": "/",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/images/mt-icon-512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"background_color": "#323437",
|
||
|
"display": "standalone",
|
||
|
"theme_color": "#323437"
|
||
|
}
|