Files
hole_thu_frontend/static/manifest.json
2020-06-19 10:25:46 +08:00

21 lines
394 B
JSON

{
"short_name": "树洞",
"name": "T大树洞",
"icons": [
{
"src": "favicon/512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "favicon/192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "../",
"display": "standalone",
"theme_color": "#333333",
"background_color": "#333333"
}