add favicons

This commit is contained in:
guoxudong
2020-07-06 09:42:09 +08:00
parent 855ce1a8db
commit f68740be66
9 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}