mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
1bca5888f2
* add pwa files * Added better 512px icon! (#2146) * updated icon Co-authored-by: Estebene <49330942+Estebene@users.noreply.github.com> Co-authored-by: Jack <bartnikjack@gmail.com>
15 lines
279 B
JSON
15 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"
|
|
}
|