Files
hole_thu_frontend/public/static/manifest.json
xmcp 18b44fbe21 modernize
- update react
- get rid of componentWillReceiveProps
- add service worker and fix pwa issues
2019-08-20 00:44:28 +08:00

21 lines
374 B
JSON

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