diff --git a/assets/favicon.png b/assets/favicon.png new file mode 100644 index 0000000..0cfe143 Binary files /dev/null and b/assets/favicon.png differ diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..14285b9 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,84 @@ + + diff --git a/assets/manifest.json b/assets/manifest.json new file mode 100644 index 0000000..1026c49 --- /dev/null +++ b/assets/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "Prismarine Web Client", + "short_name": "Prismarine Web Client", + "icons": [{ + "src": "favicon.png", + "sizes": "256x256" + }], + "background_color": "#ffffff", + "theme_color": "#ffffff", + "display": "fullscreen" +} \ No newline at end of file diff --git a/index.html b/index.html index b45b6d6..fd86593 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,14 @@