From d7d4bab329a70d17279483882b43e3c92e1060e7 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Mon, 26 Nov 2018 21:12:45 +0800 Subject: [PATCH] feat: add manifest.webmanifest --- manifest.webmanifest | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest.webmanifest diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 00000000..4c09f8a8 --- /dev/null +++ b/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