Files
hole_thu_frontend/public/static/manifest.json
2020-09-07 14:07:33 +08:00

21 lines
426 B
JSON

{
"short_name": "树洞",
"name": "新T树洞",
"icons": [
{
"src": "https://s1.ax1x.com/2020/09/07/wnnsOO.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "https://s1.ax1x.com/2020/09/07/wnrovV.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "../",
"display": "standalone",
"theme_color": "#333333",
"background_color": "#333333"
}