From 31358ca4a308cf3f134cc01db6a96250ddd8e932 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Mon, 26 Nov 2018 21:16:22 +0800 Subject: [PATCH] feat: add manifest.webmanifest --- docs/manifest.webmanifest | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/manifest.webmanifest diff --git a/docs/manifest.webmanifest b/docs/manifest.webmanifest new file mode 100644 index 00000000..4c09f8a8 --- /dev/null +++ b/docs/manifest.webmanifest @@ -0,0 +1,11 @@ +{ + "short_name": "OI Wiki", + "name": "OI Wiki", + "icons": [ + { + "src": "favicon.ico", + "sizes": "72x72 96x96 128x128 256x256" + }, + ], + "start_url": "index.html?launcher=true" +} -- 2.11.0