diff --git a/public/img/favicon-32x32.png b/public/img/favicon-32x32.png new file mode 100644 index 0000000..c80a691 Binary files /dev/null and b/public/img/favicon-32x32.png differ diff --git a/public/img/favicon.ico b/public/img/favicon.ico new file mode 100644 index 0000000..4404a60 Binary files /dev/null and b/public/img/favicon.ico differ diff --git a/public/img/mstile-150x150.png b/public/img/mstile-150x150.png new file mode 100644 index 0000000..3948494 Binary files /dev/null and b/public/img/mstile-150x150.png differ diff --git a/public/img/safari-pinned-tab.svg b/public/img/safari-pinned-tab.svg new file mode 100644 index 0000000..71b069f --- /dev/null +++ b/public/img/safari-pinned-tab.svg @@ -0,0 +1,34 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/public/img/site.webmanifest b/public/img/site.webmanifest new file mode 100644 index 0000000..da1c584 --- /dev/null +++ b/public/img/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Minverse", + "short_name": "Minverse", + "icons": [ + { + "src": "/s/img/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/s/img/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +}