monkeytype/static/manifest.json
Luke Weiler 1bca5888f2
Enable PWA (#2142) by lukew3
* 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>
2021-12-13 17:46:51 +00: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"
}