diff --git a/docs/apple-touch-icon.png b/docs/apple-touch-icon.png new file mode 100644 index 0000000..8b4065a Binary files /dev/null and b/docs/apple-touch-icon.png differ diff --git a/docs/favicon-16x16.png b/docs/favicon-16x16.png deleted file mode 100644 index e9779e6..0000000 Binary files a/docs/favicon-16x16.png and /dev/null differ diff --git a/docs/favicon-32x32.png b/docs/favicon-32x32.png deleted file mode 100644 index cf5c3de..0000000 Binary files a/docs/favicon-32x32.png and /dev/null differ diff --git a/docs/favicon.ico b/docs/favicon.ico index a7f5489..fea9f44 100644 Binary files a/docs/favicon.ico and b/docs/favicon.ico differ diff --git a/docs/icon-192.png b/docs/icon-192.png new file mode 100644 index 0000000..6f4c3a7 Binary files /dev/null and b/docs/icon-192.png differ diff --git a/docs/icon-512.png b/docs/icon-512.png new file mode 100644 index 0000000..f71fdb1 Binary files /dev/null and b/docs/icon-512.png differ diff --git a/docs/icon.svg b/docs/icon.svg new file mode 100644 index 0000000..4059892 --- /dev/null +++ b/docs/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 12f0b55..7efdcec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,9 @@ - + + + shareon @@ -14,8 +16,6 @@ - shareon - - - + + + +
diff --git a/docs/site.webmanifest b/docs/site.webmanifest new file mode 100644 index 0000000..78bd670 --- /dev/null +++ b/docs/site.webmanifest @@ -0,0 +1,7 @@ +{ + "name": "shareon", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +}