docs: manifest for liquidjs.com

This commit is contained in:
harttle
2020-05-23 02:14:23 +08:00
parent 3acbdfc1b7
commit 0d20a344b6
2 changed files with 31 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"short_name": "LiquidJS",
"name": "LiquidJS",
"icons": [
{
"src": "/icon/apple-touch-icon-57x57.png",
"type": "image/png",
"sizes": "57x57"
},
{
"src": "/icon/favicon-96x96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "/icon/favicon-196x196.png",
"type": "image/png",
"sizes": "196x196"
},
{
"src": "/icon/apple-touch-icon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#0f83ce",
"background_color": "#0f83ce"
}