monkeytype/frontend/static/manifest.json

23 lines
470 B
JSON
Raw Normal View History

{
2022-10-13 20:26:49 +08:00
"short_name": "Monkeytype",
"name": "Monkeytype",
"start_url": "/",
"icons": [
{
2022-10-13 20:26:49 +08:00
"src": "/images/icons/maskable_icon_x512.png",
"sizes": "512x512",
2022-10-13 20:26:49 +08:00
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/icons/general_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"background_color": "#323437",
"display": "standalone",
"theme_color": "#323437"
}