From 93e805152ef22a05f25f4b292a69030182cf8251 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Mon, 26 Feb 2024 18:18:36 +0100 Subject: [PATCH] Add .webmanifest to web app --- public/site.webmanifest | 11 +++++++++++ webapp/index.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 public/site.webmanifest diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..a4b2915 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,11 @@ +{ + "name": "Heynote", + "short_name": "Heynote", + "icons": [ + { + "src": "/icon.ico", + "sizes": "256x256" + } + ], + "display": "standalone" +} diff --git a/webapp/index.html b/webapp/index.html index af26a93..fd0ecd0 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -5,6 +5,7 @@ + Heynote