monkeytype/frontend/static/manifest.json
Bruce Berrios 345740db5f
Separate backend and frontend dependencies (#2441) by Bruception
* 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>
2022-02-08 20:33:41 +01:00

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"
}