add manifest and icon

This commit is contained in:
xmcp
2018-08-23 13:37:46 +08:00
parent f07c5633e1
commit f8e70804b4
5 changed files with 24 additions and 16 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "树洞",
"name": "P大树洞非官方",
"icons": [
{
"src": "favicon-precomposed.png",
"sizes": "256x256",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#112244",
"background_color": "#112244"
}