From 0d20a344b6b2dd8c75fe5535a1769362ab150d55 Mon Sep 17 00:00:00 2001 From: harttle Date: Sat, 23 May 2020 02:14:23 +0800 Subject: [PATCH] docs: manifest for liquidjs.com --- docs/source/manifest.json | 30 +++++++++++++++++++++++ docs/themes/navy/layout/partial/head.swig | 1 + 2 files changed, 31 insertions(+) create mode 100644 docs/source/manifest.json diff --git a/docs/source/manifest.json b/docs/source/manifest.json new file mode 100644 index 000000000..e0b3c749e --- /dev/null +++ b/docs/source/manifest.json @@ -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" +} diff --git a/docs/themes/navy/layout/partial/head.swig b/docs/themes/navy/layout/partial/head.swig index 6e6e3b489..774728849 100644 --- a/docs/themes/navy/layout/partial/head.swig +++ b/docs/themes/navy/layout/partial/head.swig @@ -4,6 +4,7 @@ +