mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
a0a3acc623
offline support
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"short_name": "Monkeytype",
|
|
"name": "Monkeytype",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icons/maskable_icon_x512.png",
|
|
"sizes": "512x512",
|
|
"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"
|
|
}
|