From: Ir1dXD Date: Mon, 26 Nov 2018 13:12:45 +0000 (+0800) Subject: feat: add manifest.webmanifest X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d7d4bab329a70d17279483882b43e3c92e1060e7;p=oi-wiki%2Fmain.git feat: add 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" +}