mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
345740db5f
* Add request validation to user endpoints * Remove tag id log * Remove verbs from endpoints * Remove old code * Remove uid * Fix * Remove name from URI * Rename utils * Fix * Move prettier * Update gulp file * Add additional scripts * Update package-lock * Update contributing.md Co-authored-by: Miodec <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"
|
|
}
|