Files
hole_thu_frontend/public/static/manifest.json
2020-06-20 14:10:30 +08:00

21 lines
374 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"
}