OSDN Git Service

feat: add manifest.webmanifest
authorIr1dXD <sirius.caffrey@gmail.com>
Mon, 26 Nov 2018 13:12:45 +0000 (21:12 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 13:12:45 +0000 (21:12 +0800)
manifest.webmanifest [new file with mode: 0644]

diff --git a/manifest.webmanifest b/manifest.webmanifest
new file mode 100644 (file)
index 0000000..4c09f8a
--- /dev/null
@@ -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"
+}