Files
hole_thu_frontend/public/static/manifest.json
xmcp 080001f3a6 update
add flag DISABLE_PRESSURE
improve text
fix favicon location
2018-11-28 23:30:26 +08:00

21 lines
407 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"short_name": "树洞",
"name": "P大树洞非官方",
"icons": [
{
"src": "/static/favicon/256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/static/favicon/192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/?app",
"display": "standalone",
"theme_color": "#112244",
"background_color": "#112244"
}